[MPlayer-dev-eng] [PATCH]Fix compilation with LIBfaac

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jan 24 02:23:01 CET 2007


Hi!

Attached patch fixed compilation without --disable-faac for me.

Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure	(Revision 22002)
+++ configure	(Arbeitskopie)
@@ -7623,7 +7623,7 @@
 `echo $_libavparsers | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
 `echo $_libavdemuxers | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
 `echo $_libavmuxers | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
-CONFIG_FAAC=$_lavc_faac
+CONFIG_LIBFAAC=$_lavc_faac
 CONFIG_LIBMP3LAME=$_lavc_mp3lame
 CONFIG_XVID=$_lavc_xvid
 CONFIG_X264=$_lavc_x264


More information about the MPlayer-dev-eng mailing list