Mercurial > mplayer.hg
comparison configure @ 23972:b0eae82768a1
Define ENABLE_GRAY for FFmpeg
author | uau |
---|---|
date | Wed, 01 Aug 2007 14:29:26 +0000 |
parents | 4b065c8a37c9 |
children | 73c9e15e7341 |
comparison
equal
deleted
inserted
replaced
23971:a3b1f12d6af2 | 23972:b0eae82768a1 |
---|---|
7923 #define HAVE_EBP_AVAILABLE 1 | 7923 #define HAVE_EBP_AVAILABLE 1 |
7924 | 7924 |
7925 #define CONFIG_GPL 1 | 7925 #define CONFIG_GPL 1 |
7926 #define ENABLE_SMALL 0 | 7926 #define ENABLE_SMALL 0 |
7927 | 7927 |
7928 /* Support for grayscale encoding/decoding in FFmpeg (makes color slower) */ | |
7929 #define ENABLE_GRAY 1 | |
7930 | |
7928 /* Use AMR codecs from libavcodec. */ | 7931 /* Use AMR codecs from libavcodec. */ |
7929 $_def_libamr | 7932 $_def_libamr |
7930 $_def_libamr_nb | 7933 $_def_libamr_nb |
7931 $_def_libamr_wb | 7934 $_def_libamr_wb |
7932 | 7935 |