# HG changeset patch # User diego # Date 1358792515 0 # Node ID 3f1ba7f174c55c64e306d07fa070fada44f84017 # Parent d206960484fefe84bc3f64fe4ee96409c333c90e configure: Unconditionally check for io.h and direct.h They are used in libavutil, libavformat and libdvdcss, not only on Win32. diff -r d206960484fe -r 3f1ba7f174c5 configure --- a/configure Mon Jan 21 18:21:51 2013 +0000 +++ b/configure Mon Jan 21 18:21:55 2013 +0000 @@ -3760,6 +3760,9 @@ 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 @@ def_io_h='#define HAVE_IO_H 0' fi echores "$_io_h" -fi #if win32; then if os2 ; then