[MPlayer-cvslog] r36501 - trunk/configure

michael subversion at mplayerhq.hu
Fri Nov 8 17:59:56 CET 2013


Author: michael
Date: Fri Nov  8 17:59:55 2013
New Revision: 36501

Log:
configure: add CONFIG_H263DSP to preempt build problems

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Oct 30 19:51:33 2013	(r36500)
+++ trunk/configure	Fri Nov  8 17:59:55 2013	(r36501)
@@ -8560,6 +8560,7 @@ CONFIG_EXIF    = yes
 CONFIG_FRAME_THREAD_ENCODER = yes
 CONFIG_FFT     = yes
 CONFIG_GOLOMB  = yes
+CONFIG_H263DSP = yes
 CONFIG_H264CHROMA = yes
 CONFIG_H264DSP = yes
 CONFIG_H264PRED= yes
@@ -9172,6 +9173,7 @@ $def_truncf
 #define CONFIG_FRAME_THREAD_ENCODER 1
 #define CONFIG_FFT 1
 #define CONFIG_GOLOMB 1
+#define CONFIG_H263DSP 1
 #define CONFIG_H264CHROMA 1
 #define CONFIG_H264DSP 1
 #define CONFIG_H264PRED 1


More information about the MPlayer-cvslog mailing list