aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
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