aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-09 21:36:52 +0100
committerMax Kellermann <max@duempel.org>2014-12-09 21:36:52 +0100
commitaecb5630cb7e43dbb3c9c3899f71be727c8d5b08 (patch)
tree3678a3fa820f6f862d2a6cabbe21f8ac30912ac6 /src/decoder
parent0f0245625af906cee3f96ec139c6e1e3f580aa05 (diff)
downloadmpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.tar.gz
mpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.tar.xz
mpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.zip
configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/DecoderList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderList.cxx b/src/decoder/DecoderList.cxx
index 42d0a512a..19037433b 100644
--- a/src/decoder/DecoderList.cxx
+++ b/src/decoder/DecoderList.cxx
@@ -74,7 +74,7 @@ const struct DecoderPlugin *const decoder_plugins[] = {
&dsdiff_decoder_plugin,
&dsf_decoder_plugin,
#endif
-#ifdef HAVE_FAAD
+#ifdef ENABLE_FAAD
&faad_decoder_plugin,
#endif
#ifdef ENABLE_MPCDEC