diff configure @ 34634:0ef7177a063b

Fix linking after FFmpeg merge. Protocols that are available only when librtmp is present are no longer disabled in the code, so we have to remove them in our configure.
author iive
date Tue, 14 Feb 2012 16:50:42 +0000
parents 2c9db9cb7310
children fde1a35cf043
line wrap: on
line diff
--- a/configure	Tue Feb 14 11:45:56 2012 +0000
+++ b/configure	Tue Feb 14 16:50:42 2012 +0000
@@ -6702,6 +6702,7 @@
   _librtmp=no
   def_librtmp='#define CONFIG_LIBRTMP 0'
   noinputmodules="librtmp $noinputmodules"
+  libavprotocols=$(echo $libavprotocols | sed -e s/RTMPE_PROTOCOL// -e s/RTMPS_PROTOCOL// -e s/RTMPT_PROTOCOL// -e s/RTMPTE_PROTOCOL// )
 fi
 echores "$_librtmp"