[MPlayer-cvslog] r36407 - trunk/configure

michael subversion at mplayerhq.hu
Tue Aug 6 18:22:47 CEST 2013


Author: michael
Date: Tue Aug  6 18:22:46 2013
New Revision: 36407

Log:
configure: prevent future ffmpeg from failing to build

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Aug  5 20:57:04 2013	(r36406)
+++ trunk/configure	Tue Aug  6 18:22:46 2013	(r36407)
@@ -8539,6 +8539,8 @@ CONFIG_MPEGVIDEO    = yes
 CONFIG_MPEGVIDEOENC = yes
 CONFIG_RANGECODER   = yes
 CONFIG_RDFT    = yes
+CONFIG_RIFFDEC = yes
+CONFIG_RIFFENC = yes
 CONFIG_RTPENC_CHAIN = yes
 CONFIG_SINEWIN = yes
 CONFIG_VIDEODSP = yes
@@ -9142,6 +9144,8 @@ $def_truncf
 #define CONFIG_MDCT 1
 #define CONFIG_MPEGVIDEO 1
 #define CONFIG_RDFT 1
+#define CONFIG_RIFFDEC 1
+#define CONFIG_RIFFENC 1
 #define CONFIG_VIDEODSP 1
 
 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */


More information about the MPlayer-cvslog mailing list