[Ffmpeg-devel] [RFC] smallcpy for h264

Diego Biurrun diego
Sat Oct 7 10:07:09 CEST 2006


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 ..

Diego





More information about the ffmpeg-devel mailing list