Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
34635:7e0f50b4921c | 34636:fde1a35cf043 |
---|---|
7066 | 7066 |
7067 echocheck "mencoder" | 7067 echocheck "mencoder" |
7068 if test "$_mencoder" = no ; then | 7068 if test "$_mencoder" = no ; then |
7069 # mpeg1video for vf_lavc, snow for vf_uspp / vf_mcdeint, | 7069 # mpeg1video for vf_lavc, snow for vf_uspp / vf_mcdeint, |
7070 libavencoders="$mplayer_encoders MPEG1VIDEO_ENCODER SNOW_ENCODER" | 7070 libavencoders="$mplayer_encoders MPEG1VIDEO_ENCODER SNOW_ENCODER" |
7071 # needed for codec id -> tag conversion | |
7072 libavmuxers="AVI_MUXER" | |
7073 fi | 7071 fi |
7074 echores "$_mencoder" | 7072 echores "$_mencoder" |
7075 | 7073 |
7076 | 7074 |
7077 echocheck "UnRAR executable" | 7075 echocheck "UnRAR executable" |