[MPlayer-cvslog] r37377 - trunk/configure

michael subversion at mplayerhq.hu
Sun Mar 1 01:00:13 CET 2015


Author: michael
Date: Sun Mar  1 01:00:13 2015
New Revision: 37377

Log:
configure: add CONFIG_FMTCONVERT to prevent build failure

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Feb 27 19:14:02 2015	(r37376)
+++ trunk/configure	Sun Mar  1 01:00:13 2015	(r37377)
@@ -8581,6 +8581,7 @@ CONFIG_EXIF    = yes
 CONFIG_FAANDCT = yes
 CONFIG_FAANIDCT= yes
 CONFIG_FDCTDSP = yes
+CONFIG_FMTCONVERT = yes
 CONFIG_FRAME_THREAD_ENCODER = yes
 CONFIG_FFT     = yes
 CONFIG_GOLOMB  = yes
@@ -9234,6 +9235,7 @@ $def_gnutls
 #define CONFIG_FAANDCT 1
 #define CONFIG_FAANIDCT 1
 #define CONFIG_FDCTDSP 1
+#define CONFIG_FMTCONVERT 1
 #define CONFIG_FRAME_THREAD_ENCODER 1
 #define CONFIG_FFT 1
 #define CONFIG_GOLOMB 1


More information about the MPlayer-cvslog mailing list