mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Fix compilation with MEncoder disabled: Some libavformat demuxers have
weird dependencies on libavformat muxers that need to be taken care of. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19020 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
05fa044a6c
commit
6cc2563b5c
4
configure
vendored
4
configure
vendored
@ -6717,7 +6717,9 @@ if test "$_mencoder" = yes ; then
|
||||
_def_muxers='#define CONFIG_MUXERS 1'
|
||||
else
|
||||
_libavencoders=""
|
||||
_libavmuxers=""
|
||||
# necessary until libavformat interdependencies are disentangled:
|
||||
_libavmuxers="avi_muxer crc_muxer"
|
||||
_def_muxers='#define CONFIG_MUXERS 1'
|
||||
fi
|
||||
echores "$_mencoder"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user