[FFmpeg-cvslog] configure: Remove the explicit disabling of ffserver
Martin Storsjö
git at videolan.org
Fri Mar 25 03:13:36 CET 2011
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Mar 23 13:13:31 2011 +0200| [8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7] | committer: Reinhard Tartler
configure: Remove the explicit disabling of ffserver
It is automatically disabled on both mingw and dos due to
the lack of fork.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7
---
configure | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 5c9d434..3b1a132 100755
--- a/configure
+++ b/configure
@@ -2410,7 +2410,6 @@ case $target_os in
LIBTARGET=arm-wince
fi
shlibdir_default="$bindir_default"
- disable ffserver
SLIBPREF=""
SLIBSUF=".dll"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
@@ -2443,7 +2442,7 @@ case $target_os in
check_cflags -fno-common
;;
*-dos|freedos|opendos)
- disable ffplay ffserver
+ disable ffplay
disable $INDEV_LIST $OUTDEV_LIST
network_extralibs="-lsocket"
objformat="coff"
More information about the ffmpeg-cvslog
mailing list