diff options
author | Martin Storsjö | 2011-03-23 12:49:37 +0000 |
---|---|---|
committer | Reinhard Tartler | 2011-03-24 09:20:05 +0100 |
commit | da21225ae2d1803450b054db0e5ae13064f6fbbe (patch) | |
tree | f4003b459d1638118fb8fef2f1566f89650ef9b6 | |
parent | 8bb605c11fd745bad3b4a454cb8a5a37efa6bdd7 (diff) |
configure: Don't explicitly disable ffplay or in/outdevices on dos
The normal dependency tracking system disables them just fine.
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |