# HG changeset patch # User cehoyos # Date 1281294078 0 # Node ID bf2ae700517dfbb3268c7ff8dd0b0f3044963584 # Parent 46473d0054172f58b949b0773dd43f0e7faf7c16 Fix compilation after FFmpeg r24741. diff -r 46473d005417 -r bf2ae700517d configure --- a/configure Sun Aug 08 18:18:13 2010 +0000 +++ b/configure Sun Aug 08 19:01:18 2010 +0000 @@ -8856,6 +8856,7 @@ CONFIG_FFT = yes CONFIG_GOLOMB = yes CONFIG_H264DSP = yes +CONFIG_H264PRED= yes CONFIG_HUFFMAN = yes CONFIG_LPC = yes CONFIG_LSP = yes @@ -9382,6 +9383,7 @@ #define CONFIG_FFT 1 #define CONFIG_GOLOMB 1 #define CONFIG_H264DSP 1 +#define CONFIG_H264PRED 1 #define CONFIG_HUFFMAN 1 #define CONFIG_LPC 1 #define CONFIG_MDCT 1