[MPlayer-cvslog] r37228 - trunk/configure

michael subversion at mplayerhq.hu
Mon Jun 23 04:05:17 CEST 2014


Author: michael
Date: Mon Jun 23 04:05:17 2014
New Revision: 37228

Log:
configure: avoid build failure with mpeg_er

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 22 17:52:55 2014	(r37227)
+++ trunk/configure	Mon Jun 23 04:05:17 2014	(r37228)
@@ -8678,6 +8678,7 @@ CONFIG_LPC     = yes
 CONFIG_LSP     = yes
 CONFIG_LZO     = yes
 CONFIG_MDCT    = yes
+CONFIG_MPEG_ER = yes
 CONFIG_MPEGAUDIODSP = yes
 CONFIG_MPEGVIDEO    = yes
 CONFIG_MPEGVIDEOENC = yes
@@ -9299,6 +9300,7 @@ $def_truncf
 #define CONFIG_LPC 1
 #define CONFIG_LZO 1
 #define CONFIG_MDCT 1
+#define CONFIG_MPEG_ER 1
 #define CONFIG_MPEGVIDEO 1
 #define CONFIG_RDFT 1
 #define CONFIG_RIFFDEC 1


More information about the MPlayer-cvslog mailing list