Mercurial > libavcodec.hg
comparison Makefile @ 11243:e71b0be9ac79 libavcodec
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
Patch by Kostya, minor fixes by me.
author | mru |
---|---|
date | Mon, 22 Feb 2010 12:20:31 +0000 |
parents | e934b635dec5 |
children | 829ac8d6493a |
comparison
equal
deleted
inserted
replaced
11242:e934b635dec5 | 11243:e71b0be9ac79 |
---|---|
639 | 639 |
640 NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o | 640 NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o |
641 | 641 |
642 OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \ | 642 OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \ |
643 arm/dsputil_neon.o \ | 643 arm/dsputil_neon.o \ |
644 arm/int_neon.o \ | |
644 arm/simple_idct_neon.o \ | 645 arm/simple_idct_neon.o \ |
645 $(NEON-OBJS-yes) | 646 $(NEON-OBJS-yes) |
646 | 647 |
647 OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ | 648 OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ |
648 bfin/fdct_bfin.o \ | 649 bfin/fdct_bfin.o \ |