1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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
This commit is contained in:
diego 2008-10-04 10:18:42 +00:00
parent 526cfa28a2
commit 220ec4f125

4
configure vendored
View File

@ -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