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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3d0723501..d89610bab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -923,7 +923,7 @@ libdecoder_a_SOURCES += \ src/decoder/plugins/AdPlugDecoderPlugin.h endif -if HAVE_FAAD +if ENABLE_FAAD libdecoder_a_SOURCES += \ src/decoder/plugins/FaadDecoderPlugin.cxx src/decoder/plugins/FaadDecoderPlugin.hxx endif |