[MPlayer-cvslog] r19189 - in trunk: libao2/ao_mpegpes.c libvo/vo_mpegpes.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Jul 28 17:59:18 CEST 2006


Hello,
On Wed, Jul 26, 2006 at 11:40:43PM +0200, nicodvb wrote:
> +#include <sys/types.h>
> +#include <sys/stat.h>
> +#include <fcntl.h>
> +#include <unistd.h>
> +#include <inttypes.h>
> +#include <sys/poll.h>

This breaks mingw build since ao_mpegpes currently is always compiled in
and at least sys/poll.h is not available there.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list