[Ffmpeg-devel] [PATCH] 3DNow! version of FFT
Diego Biurrun
diego
Tue Mar 7 10:50:14 CET 2006
On Tue, Mar 07, 2006 at 10:06:19AM +0800, Zuxy Meng wrote:
>
> --- ffmpeg/libavcodec/i386/fft_3dn.c 1970-01-01 08:00:00.000000000 +0800
> +++ ffmpeg.new/libavcodec/i386/fft_3dn.c 2006-03-07 08:29:13.000000000 +0800
> @@ -0,0 +1,138 @@
> +#include "../dsputil.h"
Nit: This should be "dsputil.h".
> --- ffmpeg/libavcodec/i386/fft_3dn2.c 1970-01-01 08:00:00.000000000 +0800
> +++ ffmpeg.new/libavcodec/i386/fft_3dn2.c 2006-03-07 08:29:13.000000000 +0800
> @@ -0,0 +1,138 @@
> +#include "../dsputil.h"
same here
Diego
More information about the ffmpeg-devel
mailing list