[MPlayer-cvslog] r31285 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sun May 30 16:29:19 CEST 2010


Author: cehoyos
Date: Sun May 30 16:29:18 2010
New Revision: 31285

Log:
Fix compilation without librtmp.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun May 30 15:51:24 2010	(r31284)
+++ trunk/configure	Sun May 30 16:29:18 2010	(r31285)
@@ -7234,9 +7234,11 @@ EOF
   fi
 fi
 if test "$_librtmp" = yes && test "$_network" = yes; then
+  nolibrtmp=no
   def_librtmp='#define CONFIG_LIBRTMP 1'
   inputmodules="librtmp $inputmodules"
 else
+  nolibrtmp=yes
   _librtmp=no
   def_librtmp='#undef CONFIG_LIBRTMP'
   noinputmodules="librtmp $noinputmodules"
@@ -8792,6 +8794,7 @@ CONFIG_RDFT    = yes
 
 $mak_hardcoded_tables
 $mak_libavcodec_mpegaudio_hp
+!CONFIG_LIBRTMP = $nolibrtmp
 CONFIG_LIBRTMP  = $_librtmp
 
 CONFIG_BZLIB    = $bzlib


More information about the MPlayer-cvslog mailing list