[FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-ffttest-includes.patch (1/1)
Diego Biurrun
diego
Sat Jun 9 19:53:38 CEST 2007
On Thu, Jun 07, 2007 at 07:29:42PM -0400, Ronald S. Bultje wrote:
>
> In article <20070607204504.GL2109 at biurrun.de>,
> Diego Biurrun <diego at biurrun.de> wrote:
> > > --- libavcodec/fft-test.c (revision 9221)
> > > +++ libavcodec/fft-test.c (working copy)
> > > @@ -27,9 +27,9 @@
> > > #include <math.h>
> > > #include <unistd.h>
> > > #include <sys/time.h>
> > > +#include <stdlib.h>
> > > +#include <string.h>
> > >
> > > -#undef exit
> > > -
> > > int mm_flags;
> >
> > This is wrong, we compile with HAVE_AV_CONFIG_H and need the #undef.
>
> Can you commit the includes then? Same for the math.h include in
> dct-test.c. They would at some point, for example tonight, allow you to
> remove HAVE_AV_CONFIG_H for those apps (and then after that, you could
> still remove the undefs at some later point).
Yes, I can and I have just done so.
I would appreciate if you could send the remaining changes for
motion-test.c now.
Diego
More information about the ffmpeg-devel
mailing list