[MPlayer-cvslog] r37227 - trunk/configure

michael subversion at mplayerhq.hu
Sun Jun 22 17:52:56 CEST 2014


Author: michael
Date: Sun Jun 22 17:52:55 2014
New Revision: 37227

Log:
configure: fix build before it breaks, add config_audiodsp

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Jun 19 05:14:03 2014	(r37226)
+++ trunk/configure	Sun Jun 22 17:52:55 2014	(r37227)
@@ -8648,6 +8648,7 @@ SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42
 
 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
 CONFIG_AANDCTTABLES  = yes
+CONFIG_AUDIODSP = yes
 CONFIG_AUDIO_FRAME_QUEUE = yes
 CONFIG_BLOCKDSP= yes
 CONFIG_CABAC   = yes
@@ -9278,6 +9279,7 @@ $def_truncf
 
 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
 #define CONFIG_AANDCTTABLES 1
+#define CONFIG_AUDIODSP 1
 #define CONFIG_AUDIO_FRAME_QUEUE 1
 #define CONFIG_BLOCKDSP 1
 #define CONFIG_DCT 1


More information about the MPlayer-cvslog mailing list