diff options
author | Max Kellermann <max@duempel.org> | 2014-12-09 21:36:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-09 21:36:52 +0100 |
commit | aecb5630cb7e43dbb3c9c3899f71be727c8d5b08 (patch) | |
tree | 3678a3fa820f6f862d2a6cabbe21f8ac30912ac6 /src/decoder | |
parent | 0f0245625af906cee3f96ec139c6e1e3f580aa05 (diff) | |
download | mpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.tar.gz mpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.tar.xz mpd-aecb5630cb7e43dbb3c9c3899f71be727c8d5b08.zip |
configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad
Diffstat (limited to '')
-rw-r--r-- | src/decoder/DecoderList.cxx | 2 |
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 |