From e1bcd20b2c2b9b4b0b61108f50aa0668a33153e2 Mon Sep 17 00:00:00 2001 From: uau Date: Wed, 1 Aug 2007 14:29:26 +0000 Subject: Define ENABLE_GRAY for FFmpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23992 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 71590ad3f0..017eed4a9e 100755 --- a/configure +++ b/configure @@ -7925,6 +7925,9 @@ $_def_muxers #define CONFIG_GPL 1 #define ENABLE_SMALL 0 +/* Support for grayscale encoding/decoding in FFmpeg (makes color slower) */ +#define ENABLE_GRAY 1 + /* Use AMR codecs from libavcodec. */ $_def_libamr $_def_libamr_nb -- cgit v1.2.3