changeset 30437:24f2e5e0304a

Disable FFmpeg's network protocols if --disable-network was specified.
author reimar
date Sun, 31 Jan 2010 15:11:16 +0000
parents 1fefa1073a14
children 82a05ac88606
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 31 14:14:20 2010 +0000
+++ b/configure	Sun Jan 31 15:11:16 2010 +0000
@@ -3304,6 +3304,7 @@
   _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"