Mercurial > mplayer.hg
comparison configure @ 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 |
comparison
equal
deleted
inserted
replaced
27667:88dfab272467 | 27668:216f4d0f0de8 |
---|---|
6108 _nocodecmodules="musepack $_nocodecmodules" | 6108 _nocodecmodules="musepack $_nocodecmodules" |
6109 fi | 6109 fi |
6110 echores "$_musepack" | 6110 echores "$_musepack" |
6111 | 6111 |
6112 | 6112 |
6113 echocheck "FAAC (AAC encoder) support" | 6113 echocheck "FAAC support" |
6114 if test "$_faac" = auto ; then | 6114 if test "$_faac" = auto ; then |
6115 cat > $TMPC <<EOF | 6115 cat > $TMPC <<EOF |
6116 #include <inttypes.h> | 6116 #include <inttypes.h> |
6117 #include <faac.h> | 6117 #include <faac.h> |
6118 int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; } | 6118 int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; } |
6139 fi | 6139 fi |
6140 _res_comment="in libavcodec: $_faac_lavc" | 6140 _res_comment="in libavcodec: $_faac_lavc" |
6141 echores "$_faac" | 6141 echores "$_faac" |
6142 | 6142 |
6143 | 6143 |
6144 echocheck "FAAD2 (AAC) support" | 6144 echocheck "FAAD2 support" |
6145 if test "$_faad_internal" = auto ; then | 6145 if test "$_faad_internal" = auto ; then |
6146 if x86_32 && test cc_vendor=gnu; then | 6146 if x86_32 && test cc_vendor=gnu; then |
6147 case $cc_version in | 6147 case $cc_version in |
6148 3.1*|3.2) # ICE/insn with these versions | 6148 3.1*|3.2) # ICE/insn with these versions |
6149 _faad_internal=no | 6149 _faad_internal=no |