From 8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 23 Mar 2011 13:13:31 +0200 Subject: configure: Remove the explicit disabling of ffserver It is automatically disabled on both mingw and dos due to the lack of fork. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5c9d434f01..3b1a132f9b 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" -- cgit v1.2.3