|
@@ -0,0 +1,22 @@
|
|
|
+From 33f30abf1aa78660b02526e012b849cb91f7f9b6 Mon Sep 17 00:00:00 2001
|
|
|
+From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
|
|
|
+Date: Wed, 18 Feb 2015 21:35:16 +0100
|
|
|
+Subject: [PATCH 9/9] arm_neon: work-around libtool issue
|
|
|
+
|
|
|
+---
|
|
|
+ modules/arm_neon/Makefile.am | 2 ++
|
|
|
+ 1 file changed, 2 insertions(+)
|
|
|
+
|
|
|
+diff --git a/modules/arm_neon/Makefile.am b/modules/arm_neon/Makefile.am
|
|
|
+index 4e73a4f..43ef527 100644
|
|
|
+--- a/modules/arm_neon/Makefile.am
|
|
|
++++ b/modules/arm_neon/Makefile.am
|
|
|
+@@ -1,3 +1,5 @@
|
|
|
++LIBTOOL=@LIBTOOL@ --tag=CC
|
|
|
++
|
|
|
+ neondir = $(pluginsdir)/arm_neon
|
|
|
+
|
|
|
+ libsimple_channel_mixer_neon_plugin_la_SOURCES = \
|
|
|
+--
|
|
|
+2.3.0
|
|
|
+
|