Message ID | 1300888177-29953-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | da21225ae2d1803450b054db0e5ae13064f6fbbe |
Headers | show |
Martin Storsjö <martin@martin.st> writes: > The normal dependency tracking system disables them just fine. > --- > This goes on top of the earlier ones fixing automatic disabling > of ffserver. > > configure | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index fccd7a4..a9b6e7c 100755 > --- a/configure > +++ b/configure > @@ -2442,8 +2442,6 @@ case $target_os in > check_cflags -fno-common > ;; > *-dos|freedos|opendos) > - disable ffplay > - disable $INDEV_LIST $OUTDEV_LIST > network_extralibs="-lsocket" > objformat="coff" > enable dos_paths > -- > 1.7.3.1 OK
diff --git a/configure b/configure index fccd7a4..a9b6e7c 100755 --- a/configure +++ b/configure @@ -2442,8 +2442,6 @@ case $target_os in check_cflags -fno-common ;; *-dos|freedos|opendos) - disable ffplay - disable $INDEV_LIST $OUTDEV_LIST network_extralibs="-lsocket" objformat="coff" enable dos_paths