mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
MEncoder is disabled. patch by Adrian Stutz, adrian sttz ch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27448 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
880757477b
commit
f2b329942c
4
configure
vendored
4
configure
vendored
@ -6873,8 +6873,8 @@ echocheck "mencoder"
|
||||
if test "$_mencoder" = yes ; then
|
||||
_def_muxers='#define CONFIG_MUXERS 1'
|
||||
else
|
||||
# mpeg1video for vf_lavc, snow for vf_uspp and vf_mcdeint
|
||||
_libavencoders="MPEG1VIDEO_ENCODER SNOW_ENCODER"
|
||||
# mpeg1video for vf_lavc, snow for vf_uspp and vf_mcdeint, png for vf_screenshot
|
||||
_libavencoders="MPEG1VIDEO_ENCODER SNOW_ENCODER PNG_ENCODER"
|
||||
_libavmuxers=""
|
||||
fi
|
||||
echores "$_mencoder"
|
||||
|
Loading…
Reference in New Issue
Block a user