Browse Source

configure: Remove the explicit disabling of ffserver

It is automatically disabled on both mingw and dos due to
the lack of fork.
tags/n0.8
Martin Storsjö Reinhard Tartler 15 years ago
parent
commit
8bb605c11f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      configure

+ 1
- 2
configure View File

@@ -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"


Loading…
Cancel
Save