diff 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
line wrap: on
line diff
--- a/Makefile	Mon Feb 22 09:47:12 2010 +0000
+++ b/Makefile	Mon Feb 22 12:20:31 2010 +0000
@@ -641,6 +641,7 @@
 
 OBJS-$(HAVE_NEON)                      += arm/dsputil_init_neon.o       \
                                           arm/dsputil_neon.o            \
+                                          arm/int_neon.o                \
                                           arm/simple_idct_neon.o        \
                                           $(NEON-OBJS-yes)