From c3b57ed59a7bf53782990dafecf69b043b170893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Thu, 18 Dec 2014 22:14:55 +0100 Subject: [PATCH 03/14] 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 db81ec0b84..e67e07e61c 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 libchroma_yuv_neon_plugin_la_SOURCES = \ -- 2.14.1