From 43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 16 Mar 2010 21:22:59 +0000 Subject: Move arch-specific makefile parts into $arch/Makefile Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alpha/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libavcodec/alpha/Makefile (limited to 'libavcodec/alpha') 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 \ -- cgit v1.2.3