[FFmpeg-cvslog] configure: Don't explicitly disable ffplay or in/outdevices on dos

Martin Storsjö git at videolan.org
Fri Mar 25 03:13:36 CET 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Mar 23 12:49:37 2011 +0000| [da21225ae2d1803450b054db0e5ae13064f6fbbe] | committer: Reinhard Tartler

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

The normal dependency tracking system disables them just fine.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da21225ae2d1803450b054db0e5ae13064f6fbbe
---

 configure |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 3b1a132..bb4f52c 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




More information about the ffmpeg-cvslog mailing list