[Ffmpeg-devel] About swscale
Diego Biurrun
diego
Wed Jun 21 15:21:10 CEST 2006
On Wed, Jun 21, 2006 at 01:53:48PM +0200, Luca Abeni wrote:
>
> On Wed, 2006-06-21 at 13:42 +0200, Michael Niedermayer wrote:
> >
> > > --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> > > +++ main/sws_interface.c 2006-05-19 11:11:56.000000000 +0200
> > > @@ -0,0 +1,39 @@
> > > +#include <stdint.h>
> > > +#include <stdarg.h>
> > > +#include "mp_msg.h"
> > > +#include "libswscale/swscale.h"
> > > +
> > > +#ifdef HAVE_MALLOC_H
> > > +#include <malloc.h>
> > > +#endif
> > > +
> > > +#ifdef LIBSWSCALE_BUILD
> >
> > wont that always be true?
> It will be true only if swscale.diff has been applied. I wrote this
> check so that after applying mplayer-sws.diff mplayer can still compile
> even if swscale.diff is not committed.
>
> But if you prefer I can just remove this part of the patch, and we will
> modify the code when applying swscale.diff.
Let's modify the code and keep things simple.
Diego
More information about the ffmpeg-devel
mailing list