aboutsummaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-17 03:10:17 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-17 03:10:17 +0000
commitf114fbd437dc4f767d85b9f429adf3a3eb9b943f (patch)
treec6a4a83596498787c7457998ad4d22d93cad1796 /src/decode.h
parent0f11ce855e1cd4949d2c5db9c3f616b7be201b11 (diff)
fix a few snafoo's in configure.ac
Add initial stuff for AAC support, now we just need to write the decoder git-svn-id: https://svn.musicpd.org/mpd/trunk@264 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index a73fe21a..6dd25fdb 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -26,6 +26,7 @@
#define DECODE_TYPE_OGG 1
#define DECODE_TYPE_FLAC 2
#define DECODE_TYPE_AUDIOFILE 3
+#define DECODE_TYPE_AAC 4
#define DECODE_STATE_STOP 0
#define DECODE_STATE_DECODE 1