# HG changeset patch # User michael # Date 1403147643 0 # Node ID 1b073d52d7483521354cb308064e8a8cc01c800f # Parent 2069a5bd4304cad208d4d0e968571c44cf724a59 configure: add config_blockdsp to prevent ffmpeg build failure Signed-off-by: Michael Niedermayer diff -r 2069a5bd4304 -r 1b073d52d748 configure --- a/configure Fri Jun 13 16:46:55 2014 +0000 +++ b/configure Thu Jun 19 03:14:03 2014 +0000 @@ -8649,6 +8649,7 @@ # Some FFmpeg codecs depend on these. Enable them unconditionally for now. CONFIG_AANDCTTABLES = yes CONFIG_AUDIO_FRAME_QUEUE = yes +CONFIG_BLOCKDSP= yes CONFIG_CABAC = yes CONFIG_DCT = yes CONFIG_DSPUTIL = yes @@ -9278,6 +9279,7 @@ /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCTTABLES 1 #define CONFIG_AUDIO_FRAME_QUEUE 1 +#define CONFIG_BLOCKDSP 1 #define CONFIG_DCT 1 #define CONFIG_DSPUTIL 1 #define CONFIG_DWT 1