# HG changeset patch # User diego # Date 1152610574 0 # Node ID 3807ecc8c8977c6321f513f3bfc8b98058b675d4 # Parent b9b99fa6cb463922f4906ab06ac8778f3571cfed Add FFmpeg parsers to config.h as well. diff -r b9b99fa6cb46 -r 3807ecc8c897 configure --- a/configure Tue Jul 11 09:23:20 2006 +0000 +++ b/configure Tue Jul 11 09:36:14 2006 +0000 @@ -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