0004-disable-neon-volume-plugin.patch 708 B

12345678910111213141516171819202122232425
  1. From e7eada4b331ce1ffb07ae3f276bc5a9af0d190b9 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Wed, 10 Dec 2014 22:14:55 +0100
  4. Subject: [PATCH 04/17] disable neon volume plugin
  5. ---
  6. modules/arm_neon/Makefile.am | 1 -
  7. 1 file changed, 1 deletion(-)
  8. diff --git a/modules/arm_neon/Makefile.am b/modules/arm_neon/Makefile.am
  9. index 0406ded7eb..48aa33332b 100644
  10. --- a/modules/arm_neon/Makefile.am
  11. +++ b/modules/arm_neon/Makefile.am
  12. @@ -27,7 +27,6 @@ libyuv_rgb_neon_plugin_LIBTOOLFLAGS = --tag=CC
  13. if HAVE_NEON
  14. neon_LTLIBRARIES = \
  15. libchroma_yuv_neon_plugin.la \
  16. - libvolume_neon_plugin.la \
  17. libyuv_rgb_neon_plugin.la
  18. endif
  19. --
  20. 2.21.1 (Apple Git-122.3)