From da21225ae2d1803450b054db0e5ae13064f6fbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 23 Mar 2011 12:49:37 +0000 Subject: [PATCH] configure: Don't explicitly disable ffplay or in/outdevices on dos The normal dependency tracking system disables them just fine. --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 3b1a132f9b..bb4f52cbca 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 -- GitLab