summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 147115878b..0a9a0373df 100755
--- a/configure
+++ b/configure
@@ -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"