summaryrefslogtreecommitdiff
path: root/package/libx264/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:02:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:02:35 +0100
commit446eb35fefdd48b597f07d71bb4f9aefce2ff2f6 (patch)
tree697ab4758caef800cce8e8aa82837dc2fc1e011d /package/libx264/patches/patch-Makefile
parent43ec09c74588a39bc247329972228654ce865ecb (diff)
parent8abe85c5a6920e3cea42c75193d22669285b84c7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libx264/patches/patch-Makefile')
-rw-r--r--package/libx264/patches/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libx264/patches/patch-Makefile b/package/libx264/patches/patch-Makefile
deleted file mode 100644
index cd8a9f198..000000000
--- a/package/libx264/patches/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- libx264-1.0.1.orig/Makefile 2014-01-22 11:20:21.000000000 +0100
-+++ libx264-1.0.1/Makefile 2014-01-22 11:26:46.000000000 +0100
-@@ -117,7 +117,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