aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-04-17 03:49:19 -0700
committerAvuton Olrich <avuton@gmail.com>2010-04-21 07:34:55 -0700
commite3d62305f1ea259c749bbd8dd950c191a68890d7 (patch)
tree3ccdcf4887270b4ed8b4e76441b87656b32d39c1 /configure.ac
parent263a968c2b5b32cf690ab213ba5b30788257b8f1 (diff)
downloadmpd-e3d62305f1ea259c749bbd8dd950c191a68890d7.tar.gz
mpd-e3d62305f1ea259c749bbd8dd950c191a68890d7.tar.xz
mpd-e3d62305f1ea259c749bbd8dd950c191a68890d7.zip
configure.ac: Move OggFLAC to Decoder Plugins, add header.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e723350a4..3534f7698 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1163,8 +1163,8 @@ fi
AC_SUBST(TREMOR_CFLAGS)
AC_SUBST(TREMOR_LIBS)
-
-
+dnl --------------------------------- OggFLAC ---------------------------------
+dnl OggFLAC must go after Ogg Tremor
if test x$enable_oggflac = xyes; then
oldmpdcflags="$MPD_CFLAGS"
oldmpdlibs="$MPD_LIBS"