1234567891011 |
- --- 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
|