diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 13:58:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 13:58:30 +0200 |
commit | 88dd48f85bc6191e990650613c1cea87db978485 (patch) | |
tree | b0163c92c387734a72705410e8111c84d87e3d57 /package/libx264/patches/patch-Makefile | |
parent | f043b8522e55308488448593bb4997614732a30a (diff) | |
parent | 59161fbfcb5c72b28491056f85785528f3e444f1 (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-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libx264/patches/patch-Makefile b/package/libx264/patches/patch-Makefile new file mode 100644 index 000000000..e82e9bf2d --- /dev/null +++ b/package/libx264/patches/patch-Makefile @@ -0,0 +1,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 |