Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-06 22:16:44 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-12 23:30:13 +0400
commitbaaab6069a261354a1c9470f3185686ad85166c6 (patch)
tree93274ff583301040ac992291eceff91b6c1613c1 /libswscale/sparc
parent18e8fef7c9292041e3266487d9bc6b59e5eaa798 (diff)
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diffstat (limited to 'libswscale/sparc')
-rw-r--r--libswscale/sparc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/sparc/Makefile b/libswscale/sparc/Makefile
new file mode 100644
index 0000000000..2351ba45ca
--- /dev/null
+++ b/libswscale/sparc/Makefile
@@ -0,0 +1 @@
+VIS-OBJS += sparc/yuv2rgb_vis.o \