[MPlayer-cvslog] r31426 - trunk/configure

reimar subversion at mplayerhq.hu
Tue Jun 15 21:03:54 CEST 2010


Author: reimar
Date: Tue Jun 15 21:03:54 2010
New Revision: 31426

Log:
Make sure we always have exactly one CONFIG_LIBRTMP define.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Jun 15 10:56:38 2010	(r31425)
+++ trunk/configure	Tue Jun 15 21:03:54 2010	(r31426)
@@ -7230,7 +7230,7 @@ if test "$_librtmp" = yes && test "$_net
 else
   nolibrtmp=yes
   _librtmp=no
-  def_librtmp='#undef CONFIG_LIBRTMP'
+  def_librtmp='#define CONFIG_LIBRTMP 0'
   noinputmodules="librtmp $noinputmodules"
 fi
 echores "$_librtmp"
@@ -9305,7 +9305,6 @@ $def_yasm
 #define CONFIG_FFSERVER 0
 #define CONFIG_GPL 1
 #define CONFIG_GRAY 0
-#define CONFIG_LIBRTMP 0
 #define CONFIG_LIBVORBIS 0
 #define CONFIG_POWERPC_PERF 0
 #define CONFIG_SMALL 0


More information about the MPlayer-cvslog mailing list