summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-16 21:22:59 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-16 21:22:59 +0000
commit43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (patch)
tree41c8c2455881b7738bb9e53a5bc82cd4a7d6fdeb /libavcodec/alpha
parente0e335a023e1afe3b8cfde5ff56b5473db58f7b0 (diff)
Move arch-specific makefile parts into $arch/Makefile
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r--libavcodec/alpha/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile
new file mode 100644
index 0000000000..3493adfbc2
--- /dev/null
+++ b/libavcodec/alpha/Makefile
@@ -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 \