# HG changeset patch # User cehoyos # Date 1323957665 0 # Node ID 127c798974a0f9def38353c43b0fb045f042b4bf # Parent dd20c9da30514dffe1ba3b7b90a21641bbfe1422 Fix compilation after CONFIG_H264CHROMA was added to FFmpeg. diff -r dd20c9da3051 -r 127c798974a0 configure --- 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