X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=4eb8c5436ca9b0a7d9f3d068d2f9c6c3af050d61;hb=e0b7f590a37c672994946405e19385bb8f4bbb37;hp=c80b2610c19172e9348519aa6621598004e70d30;hpb=0c8556a2efd78a16d130370c351138faeae7cd33;p=paraslash.git diff --git a/configure.ac b/configure.ac index c80b2610..4eb8c543 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,8 @@ AC_CHECK_HEADER(neaacdec.h, [], have_faad=no) AC_CHECK_LIB([faad], [NeAACDecOpen], [], have_faad=no) if test "$have_faad" = "yes"; then AC_DEFINE(HAVE_FAAD, 1, define to 1 if you want to build the aacdec filter) + filter_cmdline_objs="$filter_cmdline_objs mp3dec_filter.cmdline" + audiod_cmdline_objs="$audiod_cmdline_objs mp3dec_filter.cmdline" all_errlist_objs="$all_errlist_objs aac_common aacdec_filter aac_afh" filter_errlist_objs="$filter_errlist_objs aacdec_filter aac_common" afh_errlist_objs="$afh_errlist_objs aac_common aac_afh"