Move arch-specific makefile parts into $arch/Makefile

Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-03-16 21:22:59 +00:00
parent e0e335a023
commit 43f60eba19
10 changed files with 124 additions and 130 deletions

3
libavcodec/sh4/Makefile Normal file
View File

@@ -0,0 +1,3 @@
OBJS-$(ARCH_SH4) += sh4/dsputil_align.o \
sh4/dsputil_sh4.o \
sh4/idct_sh4.o \