build: Move all arch OBJS declarations into arch subdirectory Makefiles.

This commit is contained in:
Diego Biurrun
2012-02-06 19:16:44 +01:00
parent 18e8fef7c9
commit baaab6069a
8 changed files with 18 additions and 19 deletions

3
libswscale/ppc/Makefile Normal file
View File

@@ -0,0 +1,3 @@
ALTIVEC-OBJS += ppc/swscale_altivec.o \
ppc/yuv2rgb_altivec.o \
ppc/yuv2yuv_altivec.o \