[MPlayer-cvslog] r35807 - trunk/configure

diego subversion at mplayerhq.hu
Mon Jan 21 19:21:55 CET 2013


Author: diego
Date: Mon Jan 21 19:21:55 2013
New Revision: 35807

Log:
configure: Unconditionally check for io.h and direct.h

They are used in libavutil, libavformat and libdvdcss, not only on Win32.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan 21 19:21:51 2013	(r35806)
+++ trunk/configure	Mon Jan 21 19:21:55 2013	(r35807)
@@ -3760,6 +3760,9 @@ if test "$_w32threads" = auto ; then
 fi
 test "$_w32threads" = yes && def_threads='#define HAVE_THREADS 1' && def_w32threads='#define HAVE_W32THREADS 1'
 echores "$_w32threads"
+fi #if win32; then
+
+
 echocheck "direct.h"
 _direct_h=no
 header_check direct.h && _direct_h=yes
@@ -3778,7 +3781,6 @@ else
   def_io_h='#define HAVE_IO_H 0'
 fi
 echores "$_io_h"
-fi #if win32; then
 
 
 if os2 ; then


More information about the MPlayer-cvslog mailing list