Commit 8bb605c1 authored by Martin Storsjö's avatar Martin Storsjö Committed by Reinhard Tartler

configure: Remove the explicit disabling of ffserver

It is automatically disabled on both mingw and dos due to
the lack of fork.
parent 1ff49c23
...@@ -2410,7 +2410,6 @@ case $target_os in ...@@ -2410,7 +2410,6 @@ case $target_os in
LIBTARGET=arm-wince LIBTARGET=arm-wince
fi fi
shlibdir_default="$bindir_default" shlibdir_default="$bindir_default"
disable ffserver
SLIBPREF="" SLIBPREF=""
SLIBSUF=".dll" SLIBSUF=".dll"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)' SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
...@@ -2443,7 +2442,7 @@ case $target_os in ...@@ -2443,7 +2442,7 @@ case $target_os in
check_cflags -fno-common check_cflags -fno-common
;; ;;
*-dos|freedos|opendos) *-dos|freedos|opendos)
disable ffplay ffserver disable ffplay
disable $INDEV_LIST $OUTDEV_LIST disable $INDEV_LIST $OUTDEV_LIST
network_extralibs="-lsocket" network_extralibs="-lsocket"
objformat="coff" objformat="coff"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment