diff Makefile @ 10623:f52d07b169b4 libavcodec

ARM: NEON optimised H264 16x16, 8x8 pred
author mru
date Wed, 02 Dec 2009 14:56:45 +0000
parents 2980d9efc542
children e6cd0f36159b
line wrap: on
line diff
--- a/Makefile	Wed Dec 02 09:12:05 2009 +0000
+++ b/Makefile	Wed Dec 02 14:56:45 2009 +0000
@@ -601,6 +601,7 @@
 OBJS-$(ARCH_ARM)                       += arm/dsputil_init_arm.o        \
                                           arm/dsputil_arm.o             \
                                           arm/fft_init_arm.o            \
+                                          arm/h264pred_init_arm.o       \
                                           arm/jrevdct_arm.o             \
                                           arm/mpegvideo_arm.o           \
                                           arm/simple_idct_arm.o         \
@@ -626,6 +627,7 @@
 
 NEON-OBJS-$(CONFIG_H264_DECODER)       += arm/h264dsp_neon.o            \
                                           arm/h264idct_neon.o           \
+                                          arm/h264pred_neon.o           \
 
 NEON-OBJS-$(CONFIG_VP3_DECODER)        += arm/vp3dsp_neon.o