diff options
author | Måns Rullgård <mans@mansr.com> | 2009-12-02 14:56:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-12-02 14:56:45 +0000 |
commit | 702b5885a1eeb0121db004471909460c2f69528f (patch) | |
tree | 144b8ca89fa7c5a71d5b50af24e3ac32525e2b1a /libavcodec/Makefile | |
parent | 9e69ab1864dc40e10c764b7d485a09ff5027f727 (diff) | |
download | ffmpeg-702b5885a1eeb0121db004471909460c2f69528f.tar.gz |
ARM: NEON optimised H264 16x16, 8x8 pred
Originally committed as revision 20704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index b5c2d2f30b..f865d53d7c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -601,6 +601,7 @@ OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \ 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_MDCT) += arm/mdct_neon.o \ 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 |