Mercurial > libavcodec.hg
diff Makefile @ 4427:765df9cbb2b3 libavcodec
ARMv6 SIMD IDCT
author | mru |
---|---|
date | Sun, 28 Jan 2007 21:32:08 +0000 |
parents | 7914aef8c31a |
children | 9fa2c8a7e4d8 |
line wrap: on
line diff
--- a/Makefile Sun Jan 28 16:49:51 2007 +0000 +++ b/Makefile Sun Jan 28 21:32:08 2007 +0000 @@ -355,6 +355,8 @@ 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 \