[Ffmpeg-cvslog] r7931 - trunk/configure
mru
subversion
Sun Feb 11 17:20:45 CET 2007
Author: mru
Date: Sun Feb 11 17:20:45 2007
New Revision: 7931
Modified:
trunk/configure
Log:
handle network dependency on protocols with check_deps()
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Feb 11 17:20:45 2007
@@ -608,6 +608,7 @@
ffplay_deps="sdl"
ffserver_deps="network protocols muxers"
+network_deps="protocols"
# set temporary file name
if test ! -z "$TMPDIR" ; then
@@ -1101,7 +1102,7 @@
;;
--disable-mpegaudio-hp) mpegaudio_hp="no"
;;
- --disable-protocols) protocols="no"; network="no"
+ --disable-protocols) protocols="no"
;;
--disable-ffmpeg) ffmpeg="no"
;;
More information about the ffmpeg-cvslog
mailing list