diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-12 17:51:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-12 17:51:39 +0200 |
commit | a9e05011e41a5bc0dd1384bff68d6e76a3e266ec (patch) | |
tree | 7ccd3a35134d4ceb86d0a5e8d807500f09accfd8 /package/libx264/patches/patch-Makefile | |
parent | a26b2d9502bc57f975c4da59685d8fe412541762 (diff) |
fix compile for zaurus
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 |