diff options
author | Diego Biurrun | 2012-02-06 19:16:44 +0100 |
---|---|---|
committer | Diego Biurrun | 2012-04-12 21:30:13 +0200 |
commit | baaab6069a261354a1c9470f3185686ad85166c6 (patch) | |
tree | 93274ff583301040ac992291eceff91b6c1613c1 /libavutil/ppc | |
parent | 18e8fef7c9292041e3266487d9bc6b59e5eaa798 (diff) |
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diffstat (limited to 'libavutil/ppc')
-rw-r--r-- | libavutil/ppc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/ppc/Makefile b/libavutil/ppc/Makefile new file mode 100644 index 0000000000..5b18b08957 --- /dev/null +++ b/libavutil/ppc/Makefile @@ -0,0 +1 @@ +OBJS += ppc/cpu.o \ |