Commit da21225a authored by Martin Storsjö's avatar Martin Storsjö Committed by Reinhard Tartler

configure: Don't explicitly disable ffplay or in/outdevices on dos

The normal dependency tracking system disables them just fine.
parent 8bb605c1
...@@ -2442,8 +2442,6 @@ case $target_os in ...@@ -2442,8 +2442,6 @@ case $target_os in
check_cflags -fno-common check_cflags -fno-common
;; ;;
*-dos|freedos|opendos) *-dos|freedos|opendos)
disable ffplay
disable $INDEV_LIST $OUTDEV_LIST
network_extralibs="-lsocket" network_extralibs="-lsocket"
objformat="coff" objformat="coff"
enable dos_paths enable dos_paths
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment