aboutsummaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
commit91450723b277fc8fa2d4bcfecb762c30ab7bfb21 (patch)
tree86a99e6b11b10bcb0f6407593f2a72ccbf46492d /src/decode.h
parent02346f2f1a82fd76dad6e4f01a51a655f9677541 (diff)
bunch of autotool cleanups
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/decode.h b/src/decode.h
index bb32de58..ea52dd85 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -19,6 +19,8 @@
#ifndef DECODE_H
#define DECODE_H
+#include "../config.h"
+
#include <stdio.h>
#include <sys/param.h>
@@ -26,8 +28,7 @@
#define DECODE_TYPE_OGG 1
#define DECODE_TYPE_FLAC 2
#define DECODE_TYPE_AUDIOFILE 3
-#define DECODE_TYPE_AAC 4
-#define DECODE_TYPE_MP4 5
+#define DECODE_TYPE_MP4 4
#define DECODE_STATE_STOP 0
#define DECODE_STATE_DECODE 1