0014-extras-package-compile-quartztext-module-for-iOS.patch 789 B

1234567891011121314151617181920212223242526
  1. From 594d49bc20592652a1905b158491e8b728ce9ec0 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20Ku=CC=88hne?= <fkuehne@videolan.org>
  3. Date: Sun, 28 Jul 2013 19:24:30 +0200
  4. Subject: [PATCH 14/14] extras/package: compile quartztext module for iOS
  5. ---
  6. extras/package/ios/build.sh | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
  9. index f6317c2..c3c0497 100755
  10. --- a/extras/package/ios/build.sh
  11. +++ b/extras/package/ios/build.sh
  12. @@ -267,7 +267,7 @@ ${VLCROOT}/configure \
  13. --enable-ios-vout \
  14. --enable-ios-vout2 \
  15. --disable-shared \
  16. - --disable-macosx-quartztext \
  17. + --enable-macosx-quartztext \
  18. --enable-avcodec \
  19. --enable-mkv \
  20. --enable-opus \
  21. --
  22. 1.7.12.4 (Apple Git-37)