diff alpha/Makefile @ 11500:8ae93fdefcd7 libavcodec

Move arch-specific makefile parts into $arch/Makefile
author mru
date Tue, 16 Mar 2010 21:22:59 +0000
parents
children cd71b238e78b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/alpha/Makefile	Tue Mar 16 21:22:59 2010 +0000
@@ -0,0 +1,6 @@
+OBJS-$(ARCH_ALPHA)                     += alpha/dsputil_alpha.o         \
+                                          alpha/dsputil_alpha_asm.o     \
+                                          alpha/motion_est_alpha.o      \
+                                          alpha/motion_est_mvi_asm.o    \
+                                          alpha/mpegvideo_alpha.o       \
+                                          alpha/simple_idct_alpha.o     \