Mercurial > libavcodec.hg
comparison Makefile @ 10372:e55d957ef1a2 libavcodec
ARM: ARMv6 optimised add_pixels_clamped()
author | mru |
---|---|
date | Tue, 06 Oct 2009 21:55:35 +0000 |
parents | b72bb442a775 |
children | 81cf22a16ab3 |
comparison
equal
deleted
inserted
replaced
10371:e1cddc20418c | 10372:e55d957ef1a2 |
---|---|
491 arm/mpegvideo_armv5te.o \ | 491 arm/mpegvideo_armv5te.o \ |
492 arm/mpegvideo_armv5te_s.o \ | 492 arm/mpegvideo_armv5te_s.o \ |
493 arm/simple_idct_armv5te.o \ | 493 arm/simple_idct_armv5te.o \ |
494 | 494 |
495 OBJS-$(HAVE_ARMV6) += arm/dsputil_init_armv6.o \ | 495 OBJS-$(HAVE_ARMV6) += arm/dsputil_init_armv6.o \ |
496 arm/dsputil_armv6.o \ | |
496 arm/simple_idct_armv6.o \ | 497 arm/simple_idct_armv6.o \ |
497 | 498 |
498 OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \ | 499 OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \ |
499 arm/dsputil_init_vfp.o \ | 500 arm/dsputil_init_vfp.o \ |
500 | 501 |