From 0b0e568cd72e0bc5186ebf952800abb47ad0603e Mon Sep 17 00:00:00 2001 From: rafael2k Date: Thu, 6 Nov 2008 17:21:47 +0000 Subject: [PATCH] reverted wrong assumption about libfaac and libaacplus incompatibilities, re #2 --- darkice/branches/darkice-aacp/configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/darkice/branches/darkice-aacp/configure.in b/darkice/branches/darkice-aacp/configure.in index ccd3628..af4c56d 100644 --- a/darkice/branches/darkice-aacp/configure.in +++ b/darkice/branches/darkice-aacp/configure.in @@ -165,9 +165,6 @@ AC_ARG_WITH(aacplus-prefix, CONFIG_AACPLUS_PREFIX="${withval}", CONFIG_AACPLUS_PREFIX="/usr") if test "x${USE_AACPLUS}" = "xyes" ; then - if test "x${FAAC_LIB_LOC}" != "x" ; then - AC_MSG_ERROR( [compliling with faac and aacplus is not supported yet, please disable faac by "--without-faac"] ) - fi AC_MSG_CHECKING( [for aacplus library at ${CONFIG_AACPLUS_PREFIX}] ) LA_SEARCH_LIB( AACPLUS_LIB_LOC, AACPLUS_INC_LOC, libaacplus.a libaacplus.so, sbr_main.h, ${CONFIG_AACPLUS_PREFIX})