0004-deinterlace-added-a-hack-to-work-around-a-libtool-bu.patch 802 B

12345678910111213141516171819202122232425
  1. From 8fb3cb11dcc6ddb6bc1520b0ca856a837eeff5d8 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Fri, 10 Aug 2012 16:02:33 +0200
  4. Subject: [PATCH 04/10] deinterlace: added a hack to work-around a libtool bug
  5. ---
  6. modules/video_filter/Modules.am | 4 ++++
  7. 1 file changed, 4 insertions(+)
  8. diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am
  9. index 9810c21..eeb752d 100644
  10. --- a/modules/video_filter/Modules.am
  11. +++ b/modules/video_filter/Modules.am
  12. @@ -1,3 +1,7 @@
  13. +# When using a specific AS tool instead of gcc libtool goes mad
  14. +# without this. (This is the case with iOS).
  15. +LIBTOOL=@LIBTOOL@ --tag=CC
  16. +
  17. SOURCES_mosaic = mosaic.c mosaic.h
  18. SOURCES_transform = transform.c
  19. SOURCES_invert = invert.c
  20. --
  21. 1.7.12.4 (Apple Git-37)