[MPlayer-cvslog] r34722 - trunk/configure
iive
subversion at mplayerhq.hu
Tue Feb 14 17:50:43 CET 2012
Author: iive
Date: Tue Feb 14 17:50:42 2012
New Revision: 34722
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Feb 14 12:45:56 2012 (r34721)
+++ trunk/configure Tue Feb 14 17:50:42 2012 (r34722)
@@ -6702,6 +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// )
fi
echores "$_librtmp"
More information about the MPlayer-cvslog
mailing list