[Ffmpeg-devel] Revised os2.diff

Michael Niedermayer michaelni
Mon Apr 25 02:28:45 CEST 2005


Hi

On Saturday 23 April 2005 03:32, Paul Smedley wrote:
> >>+ifeq ($(CONFIG_OS2),yes)
> >>+ $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS)
> >> $(LDFLAGS) else
> >>  $(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS)
> >> endif
> >
> > Please edit the configure script and add the required flags to the
> > SHFLAGS.
> >
> > lu
>
> Done. Revised os2.diff attached.

IIRC there must be no spaces before #
so
+    #ifdef CONFIG_OS2
will cause problems


> +      // Make stdout and stderr unbuffered
> +      setbuf( stdout, NULL );
> +      setbuf( stderr, NULL );

why?


[...]
-- 
Michael

"nothing is evil in the beginning. Even Sauron was not so." -- Elrond





More information about the ffmpeg-devel mailing list