[MPlayer-cvslog] r30479 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jan 31 16:11:16 CET 2010


Author: reimar
Date: Sun Jan 31 16:11:16 2010
New Revision: 30479

Log:
Disable FFmpeg's network protocols if --disable-network was specified.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 31 15:14:20 2010	(r30478)
+++ trunk/configure	Sun Jan 31 16:11:16 2010	(r30479)
@@ -3304,6 +3304,7 @@ else
   _noinputmodules="network $_noinputmodules"
   def_network='#undef CONFIG_NETWORK'
   _ftp=no
+  _libavprotocols=$(echo $_libavprotocols | sed -e s/GOPHER_PROTOCOL// -e s/HTTP_PROTOCOL// -e s/RTMP_PROTOCOL// -e s/RTP_PROTOCOL// -e s/TCP_PROTOCOL// -e s/UDP_PROTOCOL//)
 fi
 echores "$_network"
 


More information about the MPlayer-cvslog mailing list