From 971633b168b062c8a46c54e19b238c367998defb Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 30 May 2010 14:29:18 +0000 Subject: Fix compilation without librtmp. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31285 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index e949f82e1d..312d46ee52 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3