[MPlayer-cvslog] r19012 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jul 11 11:36:14 CEST 2006


Author: diego
Date: Tue Jul 11 11:36:14 2006
New Revision: 19012

Modified:
   trunk/configure

Log:
Add FFmpeg parsers to config.h as well.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul 11 11:36:14 2006
@@ -8004,6 +8004,7 @@
 
 /* Use specific codecs from libavcodec */
 `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
+`echo $_libavparsers | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
 $_def_lavc_faac
 $_def_lavc_xvid
 $_def_lavc_mp3lame



More information about the MPlayer-cvslog mailing list