Mercurial > mplayer.hg
comparison configure @ 31852:4ab8b78352ff
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.
author | diego |
---|---|
date | Fri, 06 Aug 2010 10:48:16 +0000 |
parents | 542ad87bf1b9 |
children | bf2ae700517d |
comparison
equal
deleted
inserted
replaced
31851:ccaf96e704a9 | 31852:4ab8b78352ff |
---|---|
8854 CONFIG_DCT = yes | 8854 CONFIG_DCT = yes |
8855 CONFIG_DWT = yes | 8855 CONFIG_DWT = yes |
8856 CONFIG_FFT = yes | 8856 CONFIG_FFT = yes |
8857 CONFIG_GOLOMB = yes | 8857 CONFIG_GOLOMB = yes |
8858 CONFIG_H264DSP = yes | 8858 CONFIG_H264DSP = yes |
8859 CONFIG_HUFFMAN = yes | |
8859 CONFIG_LPC = yes | 8860 CONFIG_LPC = yes |
8860 CONFIG_LSP = yes | 8861 CONFIG_LSP = yes |
8861 CONFIG_MDCT = yes | 8862 CONFIG_MDCT = yes |
8862 CONFIG_RDFT = yes | 8863 CONFIG_RDFT = yes |
8863 | 8864 |
9379 #define CONFIG_DCT 1 | 9380 #define CONFIG_DCT 1 |
9380 #define CONFIG_DWT 1 | 9381 #define CONFIG_DWT 1 |
9381 #define CONFIG_FFT 1 | 9382 #define CONFIG_FFT 1 |
9382 #define CONFIG_GOLOMB 1 | 9383 #define CONFIG_GOLOMB 1 |
9383 #define CONFIG_H264DSP 1 | 9384 #define CONFIG_H264DSP 1 |
9385 #define CONFIG_HUFFMAN 1 | |
9384 #define CONFIG_LPC 1 | 9386 #define CONFIG_LPC 1 |
9385 #define CONFIG_MDCT 1 | 9387 #define CONFIG_MDCT 1 |
9386 #define CONFIG_RDFT 1 | 9388 #define CONFIG_RDFT 1 |
9387 | 9389 |
9388 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ | 9390 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ |