[MPlayer-dev-eng] [PATCH] PNG_ENCODER needed for vf_screenshot with --disable-mencoder
Adrian Stutz
adrian at sttz.ch
Sun Aug 10 15:22:49 CEST 2008
When compiling mplayer without mencoder, only mpeg1 and snow encoders are
included.
The png encoder is missing, which is needed for vf_screenshot.
-- adrian
Index: configure
===================================================================
--- configure (revision 27446)
+++ configure (working copy)
@@ -6873,8 +6873,8 @@
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"
More information about the MPlayer-dev-eng
mailing list