[FFmpeg-devel] [PATCH] O_BINARY for ffserver
Olivier Galibert
galibert
Fri Jul 13 12:54:52 CEST 2007
On Fri, Jul 13, 2007 at 12:28:39PM +0300, ods15 at ods15.dyndns.org wrote:
> On Fri, Jul 13, 2007 at 11:22:26AM +0200, Alex Beregszaszi wrote:
> > Hi,
> >
> > albeit I dislike this way, it looks like this is now the preferred one
> > ffmpeg.
> >
> > Attached patch applies O_BINARY flags in ffserver.
>
> Wouldn't this be a less ifdef-spam solution?
>
> #ifndef O_BINARY
> #define O_BINARY 0
> #endif
Are you sure O_BINARY is and will always be a define and not an enum?
OG.
More information about the ffmpeg-devel
mailing list