# HG changeset patch # User diego # Date 1281091696 0 # Node ID 4ab8b78352ffc836c973ca70fe4b9b7ef6d66d18 # Parent ccaf96e704a9f595d76dc5fc1066878671358bcb Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg. diff -r ccaf96e704a9 -r 4ab8b78352ff configure --- a/configure Thu Aug 05 12:49:58 2010 +0000 +++ b/configure Fri Aug 06 10:48:16 2010 +0000 @@ -8856,6 +8856,7 @@ CONFIG_FFT = yes CONFIG_GOLOMB = yes CONFIG_H264DSP = yes +CONFIG_HUFFMAN = yes CONFIG_LPC = yes CONFIG_LSP = yes CONFIG_MDCT = yes @@ -9381,6 +9382,7 @@ #define CONFIG_FFT 1 #define CONFIG_GOLOMB 1 #define CONFIG_H264DSP 1 +#define CONFIG_HUFFMAN 1 #define CONFIG_LPC 1 #define CONFIG_MDCT 1 #define CONFIG_RDFT 1