summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 10:18:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 10:18:42 +0000
commit220ec4f1250b108313abce1ad53532d53d0a5ce9 (patch)
treee622d149a774611cbb531cef04949883f79a604c /configure
parent526cfa28a225aaf274a80f3cd8d968a3485768e8 (diff)
downloadmpv-220ec4f1250b108313abce1ad53532d53d0a5ce9.tar.bz2
mpv-220ec4f1250b108313abce1ad53532d53d0a5ce9.tar.xz
FAAC/FAAD are no longer the only available AAC encoders/decoders.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 86b436061d..361820a3d6 100755
--- a/configure
+++ b/configure
@@ -6110,7 +6110,7 @@ fi
echores "$_musepack"
-echocheck "FAAC (AAC encoder) support"
+echocheck "FAAC support"
if test "$_faac" = auto ; then
cat > $TMPC <<EOF
#include <inttypes.h>
@@ -6141,7 +6141,7 @@ _res_comment="in libavcodec: $_faac_lavc"
echores "$_faac"
-echocheck "FAAD2 (AAC) support"
+echocheck "FAAD2 support"
if test "$_faad_internal" = auto ; then
if x86_32 && test cc_vendor=gnu; then
case $cc_version in