diff arm/Makefile @ 11797:77243f47f39e libavcodec

ARM: NEON optimised dct_unquantize_h263_{intra,inter}
author mru
date Sat, 29 May 2010 15:29:40 +0000
parents 1c6d78234e67
children 3581c6b92f70
line wrap: on
line diff
--- a/arm/Makefile	Sat May 29 07:28:24 2010 +0000
+++ b/arm/Makefile	Sat May 29 15:29:40 2010 +0000
@@ -49,5 +49,6 @@
 OBJS-$(HAVE_NEON)                      += arm/dsputil_init_neon.o       \
                                           arm/dsputil_neon.o            \
                                           arm/int_neon.o                \
+                                          arm/mpegvideo_neon.o          \
                                           arm/simple_idct_neon.o        \
                                           $(NEON-OBJS-yes)