[MPlayer-cvslog] r37229 - trunk/configure
michael
subversion at mplayerhq.hu
Mon Jun 23 13:48:21 CEST 2014
Author: michael
Date: Mon Jun 23 13:48:21 2014
New Revision: 37229
Log:
configure: add CONFIG_BSWAPDSP to avoid build breakage
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jun 23 04:05:17 2014 (r37228)
+++ trunk/configure Mon Jun 23 13:48:21 2014 (r37229)
@@ -8651,6 +8651,7 @@ CONFIG_AANDCTTABLES = yes
CONFIG_AUDIODSP = yes
CONFIG_AUDIO_FRAME_QUEUE = yes
CONFIG_BLOCKDSP= yes
+CONFIG_BSWAPDSP= yes
CONFIG_CABAC = yes
CONFIG_DCT = yes
CONFIG_DSPUTIL = yes
@@ -9283,6 +9284,7 @@ $def_truncf
#define CONFIG_AUDIODSP 1
#define CONFIG_AUDIO_FRAME_QUEUE 1
#define CONFIG_BLOCKDSP 1
+#define CONFIG_BSWAPDSP 1
#define CONFIG_DCT 1
#define CONFIG_DSPUTIL 1
#define CONFIG_DWT 1
More information about the MPlayer-cvslog
mailing list