Mercurial > mplayer.hg
comparison configure @ 37137:75d68ce0d43f
configure: add CONFIG_FDCTDSP for ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author | michael |
---|---|
date | Tue, 08 Jul 2014 01:37:37 +0000 |
parents | 36638a3ccfe2 |
children | 637da6f8869a |
comparison
equal
deleted
inserted
replaced
37136:36638a3ccfe2 | 37137:75d68ce0d43f |
---|---|
8663 CONFIG_DCT = yes | 8663 CONFIG_DCT = yes |
8664 CONFIG_DSPUTIL = yes | 8664 CONFIG_DSPUTIL = yes |
8665 CONFIG_DWT = yes | 8665 CONFIG_DWT = yes |
8666 CONFIG_ERROR_RESILIENCE = yes | 8666 CONFIG_ERROR_RESILIENCE = yes |
8667 CONFIG_EXIF = yes | 8667 CONFIG_EXIF = yes |
8668 CONFIG_FDCTDSP = yes | |
8668 CONFIG_FRAME_THREAD_ENCODER = yes | 8669 CONFIG_FRAME_THREAD_ENCODER = yes |
8669 CONFIG_FFT = yes | 8670 CONFIG_FFT = yes |
8670 CONFIG_GOLOMB = yes | 8671 CONFIG_GOLOMB = yes |
8671 CONFIG_H263DSP = yes | 8672 CONFIG_H263DSP = yes |
8672 CONFIG_H264CHROMA = yes | 8673 CONFIG_H264CHROMA = yes |
9296 #define CONFIG_DCT 1 | 9297 #define CONFIG_DCT 1 |
9297 #define CONFIG_DSPUTIL 1 | 9298 #define CONFIG_DSPUTIL 1 |
9298 #define CONFIG_DWT 1 | 9299 #define CONFIG_DWT 1 |
9299 #define CONFIG_ERROR_RESILIENCE 1 | 9300 #define CONFIG_ERROR_RESILIENCE 1 |
9300 #define CONFIG_EXIF 1 | 9301 #define CONFIG_EXIF 1 |
9302 #define CONFIG_FDCTDSP 1 | |
9301 #define CONFIG_FRAME_THREAD_ENCODER 1 | 9303 #define CONFIG_FRAME_THREAD_ENCODER 1 |
9302 #define CONFIG_FFT 1 | 9304 #define CONFIG_FFT 1 |
9303 #define CONFIG_GOLOMB 1 | 9305 #define CONFIG_GOLOMB 1 |
9304 #define CONFIG_H263DSP 1 | 9306 #define CONFIG_H263DSP 1 |
9305 #define CONFIG_H264CHROMA 1 | 9307 #define CONFIG_H264CHROMA 1 |