From aecb5630cb7e43dbb3c9c3899f71be727c8d5b08 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 21:36:52 +0100 Subject: configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3