[FFmpeg-cvslog] r9596 - in trunk: configure libavcodec/utils.c

Attila Kinali attila
Wed Jul 11 16:30:56 CEST 2007


On Wed, 11 Jul 2007 15:57:23 +0200 (CEST)
ramiro <subversion at mplayerhq.hu> wrote:

> -#ifdef __MINGW32__
> +#if !defined(HAVE_MKSTEMP)
>      fd = open(*filename, _O_RDWR | _O_BINARY | _O_CREAT, 0444);
>  #else

This breaks compilation on unices. O_RDWR & Co are defined without the
preceding underscore. And AFAIK O_BINARY is not defined at all.

			Attila Kinali

-- 
Praised are the Fountains of Shelieth, the silver harp of the waters,
But blest in my name forever this stream that stanched my thirst!
                         -- Deed of Morred




More information about the ffmpeg-cvslog mailing list