diff options
author | Ramiro Polla | 2007-08-08 19:18:10 +0000 |
---|---|---|
committer | Ramiro Polla | 2007-08-08 19:18:10 +0000 |
commit | 6ff3f3e7cec7cd78a01d0bf76cbccfbe68dc0894 (patch) | |
tree | 1583c4839515588850c3bb9041ab9909e3cc02f5 /configure | |
parent | 0bd5396778a28c989ae4fb08190bf4daf4f4ea0e (diff) |
Check for winsock2.h instead of __MINGW32__
Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -695,6 +695,7 @@ HAVE_LIST=" sys_soundcard_h termios_h threads + winsock2_h " CMDLINE_SELECT=" @@ -1534,6 +1535,7 @@ check_header termios.h check_header conio.h check_header arpa/inet.h +check_header winsock2.h check_func inet_aton enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no" |