summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-11 09:36:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-11 09:36:14 +0000
commitb8a50226d25e7d59d4734a1b0105d2a5aeae3625 (patch)
tree7b60f5a3cc8923b26ee82b8e7da855046bdd91c6 /configure
parent821915582972524bb30876dc6f2667bd6c547994 (diff)
downloadmpv-b8a50226d25e7d59d4734a1b0105d2a5aeae3625.tar.bz2
mpv-b8a50226d25e7d59d4734a1b0105d2a5aeae3625.tar.xz
Add FFmpeg parsers to config.h as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19012 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 06158bef88..65d54676d6 100755
--- a/configure
+++ b/configure
@@ -8004,6 +8004,7 @@ $_def_amr_wb
/* 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