[FFmpeg-devel] [PATCH] Move per-arch fft init bits into the corresponding subdirs

Måns Rullgård mans
Tue Sep 15 23:14:55 CEST 2009


Michael Niedermayer <michaelni at gmx.at> writes:

> On Mon, Sep 14, 2009 at 10:38:57PM +0100, Mans Rullgard wrote:
>> ---
>>  libavcodec/Makefile           |    2 +
>>  libavcodec/arm/fft_init_arm.c |   39 ++++++++++++++++++++++++++++++++++++
>>  libavcodec/dsputil.h          |   21 ++++--------------
>>  libavcodec/fft.c              |   39 ++++-------------------------------
>>  libavcodec/ppc/fft_altivec.c  |    6 +++++
>>  libavcodec/x86/fft.c          |   44 +++++++++++++++++++++++++++++++++++++++++
>>  libavcodec/x86/fft.h          |   36 +++++++++++++++++++++++++++++++++
>>  libavcodec/x86/fft_3dn2.c     |    1 +
>>  libavcodec/x86/fft_sse.c      |    1 +
>>  9 files changed, 139 insertions(+), 50 deletions(-)
>
> looks ok

Applied with the return type of the per-arch funcs changed to void.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list