X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=bd1b5f5d2f9bf2385fc92cd56f7139f3c0f6acb9;hb=87f0cdf5e33cd50af029c6f79ca8fab943490209;hp=8b5fb95193b3c15cec63fa64f2c4468a24e76cef;hpb=741c19c2a25c5d9e165cb99f7ff512209b7bade6;p=paraslash.git diff --git a/configure.ac b/configure.ac index 8b5fb951..bd1b5f5d 100644 --- a/configure.ac +++ b/configure.ac @@ -949,8 +949,14 @@ NEED_OPUS_OBJECTS && NEED_FLAC_OBJECTS && { play_errlist_objs="$play_errlist_objs flacdec_filter flac_afh" } -if test $HAVE_FAAD = yes && test $HAVE_MP4V2 = yes; then - play_errlist_objs="$play_errlist_objs aacdec_filter aac_afh aac_common" +if test $HAVE_FAAD = yes; then + play_errlist_objs="$play_errlist_objs aacdec_filter" +fi +if test $HAVE_MP4V2 = yes; then + play_errlist_objs="$play_errlist_objs aac_afh" +fi +if test $HAVE_MP4V2 = yes || test $HAVE_FAAD = yes; then + play_errlist_objs="$play_errlist_objs aac_common" fi if test $HAVE_MAD = yes; then play_cmdline_objs="$play_cmdline_objs mp3dec_filter"