[FFmpeg-devel] [PATCH] fix post r9988 Cygwin builds

Ramiro Polla ramiro
Sat Aug 11 19:09:37 CEST 2007


M?ns Rullg?rd wrote:
> "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.
>
>   

Two patches attached.

Ramiro Polla
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: network1.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070811/97c333a7/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: network2.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070811/97c333a7/attachment.txt>



More information about the ffmpeg-devel mailing list