0003-arm_neon-work-around-libtool-issue.patch 626 B

1234567891011121314151617181920212223
  1. From b38dcc25189d025937c6f593df893b166c183b73 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Thu, 18 Dec 2014 22:14:55 +0100
  4. Subject: [PATCH 03/18] arm_neon: work-around libtool issue
  5. ---
  6. modules/arm_neon/Makefile.am | 2 ++
  7. 1 file changed, 2 insertions(+)
  8. diff --git a/modules/arm_neon/Makefile.am b/modules/arm_neon/Makefile.am
  9. index db81ec0b84..e67e07e61c 100644
  10. --- a/modules/arm_neon/Makefile.am
  11. +++ b/modules/arm_neon/Makefile.am
  12. @@ -1,3 +1,5 @@
  13. +LIBTOOL=@LIBTOOL@ --tag=CC
  14. +
  15. neondir = $(pluginsdir)/arm_neon
  16. libchroma_yuv_neon_plugin_la_SOURCES = \
  17. --
  18. 2.13.2