mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
libavformat interdependencies have been fixed so disable all muxers
when compiling without MEncoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b91ba5d648
commit
50c482e331
4
configure
vendored
4
configure
vendored
@ -6717,9 +6717,7 @@ if test "$_mencoder" = yes ; then
|
||||
_def_muxers='#define CONFIG_MUXERS 1'
|
||||
else
|
||||
_libavencoders=""
|
||||
# necessary until libavformat interdependencies are disentangled:
|
||||
_libavmuxers="avi_muxer crc_muxer"
|
||||
_def_muxers='#define CONFIG_MUXERS 1'
|
||||
_libavmuxers=""
|
||||
fi
|
||||
echores "$_mencoder"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user