diff options
author | Måns Rullgård <mans@mansr.com> | 2008-12-15 22:12:32 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-12-15 22:12:32 +0000 |
commit | 569f5a756a7dfc2094006411f6f945a6fd45ddc4 (patch) | |
tree | 1d8efe0823e0b79c2112917d616118d1a6e36324 /libavcodec/Makefile | |
parent | c4687bf60754e8156ce647519cba8d943e606eda (diff) | |
download | ffmpeg-569f5a756a7dfc2094006411f6f945a6fd45ddc4.tar.gz |
ARM: NEON optimised put_pixels functions
Originally committed as revision 16145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 890d2a7168..9c40890214 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -448,6 +448,9 @@ OBJS-$(HAVE_ARMVFP) += armv4l/dsputil_vfp.o \ OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \ armv4l/mpegvideo_iwmmxt.o \ +OBJS-$(HAVE_NEON) += armv4l/dsputil_neon.o \ + armv4l/dsputil_neon_s.o \ + OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ bfin/fdct_bfin.o \ bfin/idct_bfin.o \ |