[x264-devel] [PATCH 11/11] Group architecture optimizations together

Diego Biurrun diego at biurrun.de
Sun Feb 5 09:02:53 CET 2017


---
 Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index 814ad02..12fda69 100644
--- a/Makefile
+++ b/Makefile
@@ -91,20 +91,16 @@ OBJASM  = $(ASMSRC:%.asm=%.o)
 $(OBJASM): common/x86/x86inc.asm common/x86/x86util.asm
 OBJCHK += tools/checkasm-a.o
 endif
-endif
 
 # AltiVec optims
 ifeq ($(SYS_ARCH),PPC)
-ifneq ($(AS),)
 SRCS += common/ppc/mc.c common/ppc/pixel.c common/ppc/dct.c \
         common/ppc/quant.c common/ppc/deblock.c \
         common/ppc/predict.c
 endif
-endif
 
 # NEON optims
 ifeq ($(SYS_ARCH),ARM)
-ifneq ($(AS),)
 ASMSRC += common/arm/cpu-a.S common/arm/pixel-a.S common/arm/mc-a.S \
           common/arm/dct-a.S common/arm/quant-a.S common/arm/deblock-a.S \
           common/arm/predict-a.S common/arm/bitstream-a.S
-- 
2.1.4



More information about the x264-devel mailing list