Mercurial > mplayer.hg
changeset 35713:3f1ba7f174c5
configure: Unconditionally check for io.h and direct.h
They are used in libavutil, libavformat and libdvdcss, not only on Win32.
author | diego |
---|---|
date | Mon, 21 Jan 2013 18:21:55 +0000 |
parents | d206960484fe |
children | fc36990b6ae5 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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