Message ID | 1300878811-27535-2-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | 8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7 |
Headers | show |
Martin Storsjö <martin@martin.st> writes: > It is automatically disabled on both mingw and dos due to > the lack of fork. > --- > configure | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index f7c9ff7..776eccc 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" > -- > 1.7.3.1 OK
On Wed, Mar 23, 2011 at 12:20:03 (CET), Måns Rullgård wrote: > Martin Storsjö <martin@martin.st> writes: > >> It is automatically disabled on both mingw and dos due to >> the lack of fork. >> --- >> configure | 3 +-- >> 1 files changed, 1 insertions(+), 2 deletions(-) >> >> diff --git a/configure b/configure >> index f7c9ff7..776eccc 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" >> -- >> 1.7.3.1 > > OK pushed all three OK'ed ffserver dependency patches
diff --git a/configure b/configure index f7c9ff7..776eccc 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"