summaryrefslogtreecommitdiff
path: root/libswscale/ppc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-06 19:16:44 +0100
committerDiego Biurrun <diego@biurrun.de>2012-04-12 21:30:13 +0200
commitbaaab6069a261354a1c9470f3185686ad85166c6 (patch)
tree93274ff583301040ac992291eceff91b6c1613c1 /libswscale/ppc
parent18e8fef7c9292041e3266487d9bc6b59e5eaa798 (diff)
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diffstat (limited to 'libswscale/ppc')
-rw-r--r--libswscale/ppc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/ppc/Makefile b/libswscale/ppc/Makefile
new file mode 100644
index 0000000000..018955b122
--- /dev/null
+++ b/libswscale/ppc/Makefile
@@ -0,0 +1,3 @@
+ALTIVEC-OBJS += ppc/swscale_altivec.o \
+ ppc/yuv2rgb_altivec.o \
+ ppc/yuv2yuv_altivec.o \