diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-06 00:34:40 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-06 00:34:40 +0000 |
commit | d6662d9e780cfb2ce131566020abe34b7656f589 (patch) | |
tree | 69150059f929ac9f2e890e76d9e7ae3f0ff387b5 /configure | |
parent | 67d7fb201568b6f9e081012a1faa1af0cc3d96cb (diff) | |
download | mpv-d6662d9e780cfb2ce131566020abe34b7656f589.tar.bz2 mpv-d6662d9e780cfb2ce131566020abe34b7656f589.tar.xz |
10l: ENABLE_GRAY needs to be present for libavcodec to compile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26176 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8208,6 +8208,7 @@ $_def_muxers #define CONFIG_GPL 1 #define ENABLE_SMALL 0 +#define ENABLE_GRAY 0 /* Use AMR codecs from libavcodec. */ $_def_libamr |