comparison configure @ 34358:127c798974a0

Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
author cehoyos
date Thu, 15 Dec 2011 14:01:05 +0000
parents c535e4a0bd75
children c8437c7512e9
comparison
equal deleted inserted replaced
34357:dd20c9da3051 34358:127c798974a0
8209 CONFIG_AANDCT = yes 8209 CONFIG_AANDCT = yes
8210 CONFIG_DCT = yes 8210 CONFIG_DCT = yes
8211 CONFIG_DWT = yes 8211 CONFIG_DWT = yes
8212 CONFIG_FFT = yes 8212 CONFIG_FFT = yes
8213 CONFIG_GOLOMB = yes 8213 CONFIG_GOLOMB = yes
8214 CONFIG_H264CHROMA = yes
8214 CONFIG_H264DSP = yes 8215 CONFIG_H264DSP = yes
8215 CONFIG_H264PRED= yes 8216 CONFIG_H264PRED= yes
8216 CONFIG_HUFFMAN = yes 8217 CONFIG_HUFFMAN = yes
8217 CONFIG_LPC = yes 8218 CONFIG_LPC = yes
8218 CONFIG_LSP = yes 8219 CONFIG_LSP = yes
8728 #define CONFIG_AANDCT 1 8729 #define CONFIG_AANDCT 1
8729 #define CONFIG_DCT 1 8730 #define CONFIG_DCT 1
8730 #define CONFIG_DWT 1 8731 #define CONFIG_DWT 1
8731 #define CONFIG_FFT 1 8732 #define CONFIG_FFT 1
8732 #define CONFIG_GOLOMB 1 8733 #define CONFIG_GOLOMB 1
8734 #define CONFIG_H264CHROMA 1
8733 #define CONFIG_H264DSP 1 8735 #define CONFIG_H264DSP 1
8734 #define CONFIG_H264PRED 1 8736 #define CONFIG_H264PRED 1
8735 #define CONFIG_HUFFMAN 1 8737 #define CONFIG_HUFFMAN 1
8736 #define CONFIG_LPC 1 8738 #define CONFIG_LPC 1
8737 #define CONFIG_MDCT 1 8739 #define CONFIG_MDCT 1