diff options
author | Måns Rullgård <mans@mansr.com> | 2007-01-28 21:32:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-01-28 21:32:08 +0000 |
commit | 7d42886b93189dec009b6124cbd2c4e555ae6df6 (patch) | |
tree | 15e2607ffee5a3ae550bc75b632f51f75bd56ce2 /libavcodec/Makefile | |
parent | 94d122e96e352fd91f1c75fc9ed05b76b673624b (diff) | |
download | ffmpeg-7d42886b93189dec009b6124cbd2c4e555ae6df6.tar.gz |
ARMv6 SIMD IDCT
Originally committed as revision 7752 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 adfc04d459..1bdda6a02c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -355,6 +355,8 @@ OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \ ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \ armv4l/mpegvideo_armv5te.o \ +ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o + # sun sparc OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \ |