[FFmpeg-devel] [PATCH] Microsoft Interix support

Diego Biurrun diego
Thu Feb 21 23:10:27 CET 2008


On Fri, Feb 22, 2008 at 12:54:41AM +1100, pross at xvid.org wrote:
> 
> interix is microsoft's free posix migration environment for
> windows, and is better known as services-for-unix (sfu)
> or "subsystem-for-unix-applications (sua)". the latest release
> for includes gcc-3.3 and binutils-2.13, with a microsoft
> derived c99 stdlib. the enclosed patch corrects some minor
> annoyances when building ffmpeg.
> 
> summary of changes:
> - configure: vhooks requires -export-dynamic and this causes
>   a false-positive when configure tests for closesocket().

Meaning?  Please elaborate...

> - rtpproto.c uses select() but does not include sys/select.h

Hmm, can we include sys/select.h without protecting it with
HAVE_SYS_SELECT_H?

Diego




More information about the ffmpeg-devel mailing list