forked from FFmpeg/FFmpeg
configure: Don't explicitly disable ffplay or in/outdevices on dos
The normal dependency tracking system disables them just fine.
This commit is contained in:
parent
8bb605c11f
commit
da21225ae2
1 changed files with 0 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue