changeset 37130:1b073d52d748

configure: add config_blockdsp to prevent ffmpeg build failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Thu, 19 Jun 2014 03:14:03 +0000
parents 2069a5bd4304
children eba49c79512a
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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