From f114fbd437dc4f767d85b9f429adf3a3eb9b943f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 17 Mar 2004 03:10:17 +0000 Subject: 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 --- src/tag.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 0f176449f..763f1fcb6 100644 --- a/src/tag.h +++ b/src/tag.h @@ -37,6 +37,10 @@ void freeMpdTag(MpdTag * tag); MpdTag * mp3TagDup(char * utf8file); #endif +#ifdef HAVE_FAAD +MpdTag * aacTagDup(char * utf8file); +#endif + #ifdef HAVE_OGG MpdTag * oggTagDup(char * utf8file); #endif -- cgit v1.2.3