configure: Remove the explicit disabling of ffserver
authorMartin Storsjö <martin@martin.st>
Wed, 23 Mar 2011 11:13:31 +0000 (13:13 +0200)
committerReinhard Tartler <siretart@tauware.de>
Thu, 24 Mar 2011 08:02:59 +0000 (09:02 +0100)
It is automatically disabled on both mingw and dos due to
the lack of fork.

configure

index 5c9d434..3b1a132 100755 (executable)
--- 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"