[FFmpeg-devel] [PATCH] fix post r9988 Cygwin builds
Måns Rullgård
mans
Sat Aug 11 12:36:51 CEST 2007
"V?ctor Paesa" <wzrlpy at arsystel.com> writes:
> Hi,
>
> The attached patch (from Ramiro) fixes post SVN-r9988 Cygwin builds,
> as discussed here:
>
> http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2007-August/008963.html
>
> Another patch to fix cross-compiles for MinGW under Cygwin is yet needed.
>
> OK to commit?
>
> Regards,
> V?ctor
>
>
> Index: configure
> ===================================================================
> --- configure (revision 10065)
> +++ configure (working copy)
> @@ -1537,8 +1538,10 @@
> check_header termios.h
> check_header conio.h
>
> -check_header arpa/inet.h
> -check_header winsock2.h
> +enabled network &&
> +check_header arpa/inet.h ||
> +check_header winsock2.h ||
> +disable network
Adding
network_deps_any="arpa_inet_h winsock2_h"
seems simpler.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list