From 7204cfd115f56a5ebb8432cb2e358cbbcd3f96be Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 13 Mar 2006 02:42:06 +0000 Subject: [PATCH] FAAC encoding through libavcodec-faac git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17844 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 6f022f5f7e..0b8828f35b 100755 --- a/configure +++ b/configure @@ -5712,6 +5712,7 @@ EOF fi if test "$_faac" = yes ; then _def_faac="#define HAVE_FAAC 1" + _def_lavc_faac="#define CONFIG_FAAC 1" _codecmodules="faac $_codecmodules" else _def_faac="#undef HAVE_FAAC" @@ -7380,6 +7381,7 @@ AMR_NB=$_amr_nb AMR_NB_FIXED=$_amr_nb_fixed AMR_WB=$_amr_wb `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'` +CONFIG_FAAC=$_faac CONFIG_GPL=yes CONFIG_MUXERS=yes @@ -7744,6 +7746,7 @@ $_def_amr_wb /* Use specific codecs from libavcodec */ `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'` +$_def_lavc_faac /* Use codec libs included in mplayer CVS / source dist: */ $_def_mp3lib