Mercurial > mplayer.hg
diff configure @ 23972:b0eae82768a1
Define ENABLE_GRAY for FFmpeg
author | uau |
---|---|
date | Wed, 01 Aug 2007 14:29:26 +0000 |
parents | 4b065c8a37c9 |
children | 73c9e15e7341 |
line wrap: on
line diff
--- a/configure Wed Aug 01 13:36:58 2007 +0000 +++ b/configure Wed Aug 01 14:29:26 2007 +0000 @@ -7925,6 +7925,9 @@ #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