Mercurial > mplayer.hg
changeset 34358:127c798974a0
Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
author | cehoyos |
---|---|
date | Thu, 15 Dec 2011 14:01:05 +0000 |
parents | dd20c9da3051 |
children | 2cc52bc15984 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Dec 14 14:32:47 2011 +0000 +++ b/configure Thu Dec 15 14:01:05 2011 +0000 @@ -8211,6 +8211,7 @@ CONFIG_DWT = yes CONFIG_FFT = yes CONFIG_GOLOMB = yes +CONFIG_H264CHROMA = yes CONFIG_H264DSP = yes CONFIG_H264PRED= yes CONFIG_HUFFMAN = yes @@ -8730,6 +8731,7 @@ #define CONFIG_DWT 1 #define CONFIG_FFT 1 #define CONFIG_GOLOMB 1 +#define CONFIG_H264CHROMA 1 #define CONFIG_H264DSP 1 #define CONFIG_H264PRED 1 #define CONFIG_HUFFMAN 1