[MPlayer-cvslog] r37226 - trunk/configure

michael subversion at mplayerhq.hu
Thu Jun 19 05:14:03 CEST 2014


Author: michael
Date: Thu Jun 19 05:14:03 2014
New Revision: 37226

Log:
configure: add config_blockdsp to prevent ffmpeg build failure

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jun 13 18:46:55 2014	(r37225)
+++ trunk/configure	Thu Jun 19 05:14:03 2014	(r37226)
@@ -8649,6 +8649,7 @@ SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42
 # 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 @@ $def_truncf
 /* 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


More information about the MPlayer-cvslog mailing list