From 8de3d55f126e130d2b1d451c99db9a8a9b81edee Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 18 Aug 2010 21:41:35 +0200 Subject: aac plugin compile fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 894a71bf..e6d97f50 100644 --- a/configure.ac +++ b/configure.ac @@ -367,7 +367,7 @@ fi if test "x$enable_aac" != "xno" ; then AC_CHECK_LIB([faad], [main], [HAVE_FAAD=1]) AC_CHECK_LIB([mp4v2], [main], [HAVE_MP4V2=1]) - if test ${HAVE_FAAD} && test $(HAVE_MP4V2) ; then + if test ${HAVE_FAAD} && test ${HAVE_MP4V2} ; then FAAD2_LIBS="-lfaad -lmp4v2" AC_SUBST(FAAD2_LIBS) HAVE_AAC=yes -- cgit v1.2.3