changeset 27668:216f4d0f0de8

FAAC/FAAD are no longer the only available AAC encoders/decoders.
author diego
date Sat, 04 Oct 2008 10:18:42 +0000
parents 88dfab272467
children f85ff39d7524
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Oct 04 10:16:48 2008 +0000
+++ b/configure	Sat Oct 04 10:18:42 2008 +0000
@@ -6110,7 +6110,7 @@
 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 @@
 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