[FFmpeg-cvslog] r9988 - in trunk: configure libavformat/network.h libavformat/os_support.c libavformat/os_support.h

Víctor Paesa victorpaesa
Thu Aug 9 17:19:00 CEST 2007


Hi

> @@ -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"

That broke Cygwin, as has both inet and winsock2.

Changing the line to

check_header arpa/inet.h || check_header winsock2.h

fixes it for Cygwin, I'll check this night MinGW how are going cross-buildings.

Regards,
V?ctor



More information about the ffmpeg-cvslog mailing list