[FFmpeg-cvslog] r19806 - in trunk/libavcodec: Makefile arm/fft_neon.S arm/mdct_neon.S dsputil.h fft.c
Måns Rullgård
mans
Thu Sep 10 11:40:16 CEST 2009
Diego Biurrun <diego at biurrun.de> writes:
> On Thu, Sep 10, 2009 at 10:50:03AM +0200, mru wrote:
>>
>> --- trunk/libavcodec/Makefile Thu Sep 10 10:49:59 2009 (r19805)
>> +++ trunk/libavcodec/Makefile Thu Sep 10 10:50:03 2009 (r19806)
>> @@ -496,6 +496,10 @@ OBJS-$(HAVE_ARMVFP) +
>> OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \
>> arm/mpegvideo_iwmmxt.o \
>>
>> +NEON-OBJS-$(CONFIG_FFT) += arm/fft_neon.o \
>> +
>> +NEON-OBJS-$(CONFIG_MDCT) += arm/mdct_neon.o \
>> +
>> NEON-OBJS-$(CONFIG_H264_DECODER) += arm/h264dsp_neon.o \
>> arm/h264idct_neon.o \
>
> Heresy!!!
>
> Lads, start picking the chickens and heating the tar...
I thought it made sense to keep fft and mdct together. They're listed
before the codecs at the top of the file too.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list