Mercurial > mplayer.hg
diff configure @ 34636:fde1a35cf043
Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
This also ensures that again only audio mappings will be used for
audio and video mappings for video.
This fixes bug #2038.
Based on patch by Andrew Wason [rectalogic rectalogic com].
author | reimar |
---|---|
date | Tue, 14 Feb 2012 19:22:22 +0000 |
parents | 0ef7177a063b |
children | a073753233fe |
line wrap: on
line diff
--- a/configure Tue Feb 14 17:06:09 2012 +0000 +++ b/configure Tue Feb 14 19:22:22 2012 +0000 @@ -7068,8 +7068,6 @@ if test "$_mencoder" = no ; then # mpeg1video for vf_lavc, snow for vf_uspp / vf_mcdeint, libavencoders="$mplayer_encoders MPEG1VIDEO_ENCODER SNOW_ENCODER" - # needed for codec id -> tag conversion - libavmuxers="AVI_MUXER" fi echores "$_mencoder"