changeset 31219:e02877d8647e

Fix compilation without librtmp.
author cehoyos
date Sun, 30 May 2010 14:29:18 +0000
parents 635fc9c0ba3b
children 002cdc635c03
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun May 30 13:51:24 2010 +0000
+++ b/configure	Sun May 30 14:29:18 2010 +0000
@@ -7234,9 +7234,11 @@
   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 @@
 
 $mak_hardcoded_tables
 $mak_libavcodec_mpegaudio_hp
+!CONFIG_LIBRTMP = $nolibrtmp
 CONFIG_LIBRTMP  = $_librtmp
 
 CONFIG_BZLIB    = $bzlib