[x264-devel] commit: Only build SPARC VIS asm if high bit-depth is disabled ( Sean McGovern )

git at videolan.org git at videolan.org
Fri Nov 26 00:57:13 CET 2010


x264 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sun Nov 21 01:59:33 2010 -0500| [b38fd04c376bac31544782fabe03471567a8badf] | committer: Jason Garrett-Glaser 

Only build SPARC VIS asm if high bit-depth is disabled

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=b38fd04c376bac31544782fabe03471567a8badf
---

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 8a3a327..21f57e7 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,11 @@ endif
 
 # VIS optims
 ifeq ($(ARCH),UltraSparc)
+ifeq ($(findstring HIGH_BIT_DEPTH, $(CONFIG)),)
 ASMSRC += common/sparc/pixel.asm
 OBJASM  = $(ASMSRC:%.asm=%.o)
 endif
+endif
 
 ifneq ($(HAVE_GETOPT_LONG),1)
 SRCCLI += extras/getopt.c



More information about the x264-devel mailing list