[MPlayer-cvslog] r34728 - trunk/configure

iive subversion at mplayerhq.hu
Wed Feb 15 15:20:46 CET 2012


Author: iive
Date: Wed Feb 15 15:20:45 2012
New Revision: 34728

Log:
Fix linking after FFmpeg merge.

This time the rtmp protocols that are available only when librtmp,
were renamed to librtmp* so we have to update the code that removes
them in our configure. Added and the basic LIBRTMP one too.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb 14 21:23:02 2012	(r34727)
+++ trunk/configure	Wed Feb 15 15:20:45 2012	(r34728)
@@ -6702,7 +6702,7 @@ else
   _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// )
+  libavprotocols=$(echo $libavprotocols | sed -e s/LIBRTMP_PROTOCOL// -e s/LIBRTMPE_PROTOCOL// -e s/LIBRTMPS_PROTOCOL// -e s/LIBRTMPT_PROTOCOL// -e s/LIBRTMPTE_PROTOCOL// )
 fi
 echores "$_librtmp"
 


More information about the MPlayer-cvslog mailing list