[FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-ffttest-includes.patch (1/1)
Ronald S. Bultje
rbultje
Fri Jun 8 01:29:42 CEST 2007
Hi,
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).
Ronald
More information about the ffmpeg-devel
mailing list