summaryrefslogtreecommitdiff
path: root/package/libx264/patches/patch-Makefile
blob: e82e9bf2d366dadcd6441e0399a5590256ecf6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libx264-1.0.orig/Makefile	2013-10-10 22:45:04.000000000 +0200
+++ libx264-1.0/Makefile	2013-10-12 17:50:05.000000000 +0200
@@ -118,7 +118,7 @@ endif
 
 # NEON optims
 ifeq ($(ARCH),ARM)
-ifneq ($(AS),)
+ifneq ($(ASM),no)
 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