summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-03-23 13:13:31 +0200
committerReinhard Tartler <siretart@tauware.de>2011-03-24 09:02:59 +0100
commit8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7 (patch)
treed23a6cbd6c2d7aed1a5216dcb0f8307eecd6494a /configure
parent1ff49c231436413830223e4b1b5692ba67464e6b (diff)
configure: Remove the explicit disabling of ffserver
It is automatically disabled on both mingw and dos due to the lack of fork.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
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"