[Ffmpeg-devel] [RFC] smallcpy for h264
Luca Barbato
lu_zero
Sat Oct 7 10:40:17 CEST 2006
Diego Biurrun wrote:
> On Sat, Oct 07, 2006 at 04:11:28AM +0200, Luca Barbato wrote:
>> here a pretty dumb patch that happens to work nicely on my system,
>> probably a better solution should be avoding memcpy.
>>
>> --- libavcodec/Makefile (revision 6533)
>> +++ libavcodec/Makefile (working copy)
>> @@ -343,7 +343,8 @@
>> ASM_OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha_asm.o \
>> alpha/motion_est_mvi_asm.o
>>
>> -OBJS-$(TARGET_ARCH_POWERPC) += ppc/dsputil_ppc.o ppc/mpegvideo_ppc.o
>> +OBJS-$(TARGET_ARCH_POWERPC) += ppc/dsputil_ppc.o \
>> + ppc/mpegvideo_ppc.o
>> OBJS-$(TARGET_MMI) += ps2/dsputil_mmi.o \
>> ps2/idct_mmi.o \
>> ps2/mpegvideo_mmi.o
>> @@ -359,6 +360,7 @@
>> ppc/h264_altivec.o \
>> ppc/snow_altivec.o \
>> ppc/vc1dsp_altivec.o \
>> + ppc/mem_altivec.o \
>> ppc/float_altivec.o
>> OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o
>
> Both of these hunks don't seem to belong to another patch ..
Ops I didn't break it in enough disregard those hunks.
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list