diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/decode.h b/src/decode.h index bb32de588..ea52dd858 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 |