0010-disable-neon-volume-plugin.patch 681 B

123456789101112131415161718192021222324
  1. From 25d2cd4c8d4074c53de8a843f33802ff9bafd67b Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Mon, 10 Mar 2014 17:54:01 +0200
  4. Subject: [PATCH 10/14] 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 e67e07e..6909752 100644
  10. --- a/modules/arm_neon/Makefile.am
  11. +++ b/modules/arm_neon/Makefile.am
  12. @@ -27,6 +27,5 @@ 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.6.0