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 --- src/decoder/DecoderList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3