Bläddra i källkod

MVK: update patches

Felix Paul Kühne 11 år sedan
förälder
incheckning
b633b55e03
21 ändrade filer med 55 tillägg och 107 borttagningar
  1. 2 2
      MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch
  2. 2 2
      MobileVLCKit/patches/0002-arm_neon-use-a-macro-to-fix-compilation-for-iOS.patch
  3. 2 2
      MobileVLCKit/patches/0003-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch
  4. 2 2
      MobileVLCKit/patches/0004-contrib-ebml-mkv-compile-with-hidden-symbols-on-iOS.patch
  5. 2 2
      MobileVLCKit/patches/0005-libass-fix-text-rendering-on-iOS-by-providing-a-font.patch
  6. 3 3
      MobileVLCKit/patches/0006-contrib-png-fix-ARM-assembly-for-iOS.patch
  7. 4 4
      MobileVLCKit/patches/0007-contrib-speex-fix-compilation-for-non-ARMv7-iOS-targ.patch
  8. 2 2
      MobileVLCKit/patches/0008-contrib-flac-fix-compilation-with-clang-5.0.patch
  9. 4 4
      MobileVLCKit/patches/0009-lib-media_player-inherit-deinterlace-and-vbi-variabl.patch
  10. 3 3
      MobileVLCKit/patches/0010-contrib-avcodec-deploy-libav.patch
  11. 2 2
      MobileVLCKit/patches/0011-contrib-opus-disable-asm-on-arm.patch
  12. 2 2
      MobileVLCKit/patches/0012-contrib-gcrypt-disable-asm-on-iOS.patch
  13. 2 2
      MobileVLCKit/patches/0013-fix-libtool.patch
  14. 4 4
      MobileVLCKit/patches/0014-freetype-added-a-fake-font-lookup-mechanism-for-iOS-.patch
  15. 2 2
      MobileVLCKit/patches/0015-contrib-speexdsp-disable-neon-for-AArch64.patch
  16. 2 2
      MobileVLCKit/patches/0016-contrib-add-arch-option-for-platforms-where-the-arch.patch
  17. 4 4
      MobileVLCKit/patches/0017-extras-deploy-arch-option-for-iOS.patch
  18. 2 2
      MobileVLCKit/patches/0018-contrib-harfbuzz-work-around-build-system-stupidity-.patch
  19. 2 2
      MobileVLCKit/patches/0019-contrib-gcrypt-use-git-version-on-iOS.patch
  20. 7 7
      MobileVLCKit/patches/0020-libvlc-add-preliminary-code-path-to-modify-quartztex.patch
  21. 0 52
      MobileVLCKit/patches/0021-contrib-gpg-error-disable-tests.patch

+ 2 - 2
MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch

@@ -1,4 +1,4 @@
-From eafc3a1447cf15ca03f57416faebcfd142ced253 Mon Sep 17 00:00:00 2001
+From af17d754e0843347f72485d983e5391f2472df08 Mon Sep 17 00:00:00 2001
 From: David Geldreich <david.geldreich@free.fr>
 Date: Fri, 20 Apr 2012 16:41:19 +0200
 Subject: [PATCH 01/20] arm_neon: added function macro to handle the underscore
@@ -65,5 +65,5 @@ index 0000000..d853255
 +.endm
 +
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0002-arm_neon-use-a-macro-to-fix-compilation-for-iOS.patch

@@ -1,4 +1,4 @@
-From b68216401900be644a53c12644e7de0c02166cce Mon Sep 17 00:00:00 2001
+From a2f92fc173b629dd72867a8ce11964f757f0c576 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Fri, 10 Aug 2012 16:01:49 +0200
 Subject: [PATCH 02/20] arm_neon: use a macro to fix compilation for iOS
@@ -204,5 +204,5 @@ index dcc51ed..4722be4 100644
  	pop {r4,pc}
 +endfunc
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0003-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch

@@ -1,4 +1,4 @@
-From c24bff6ceefa18f44c87d9af3a9c487dccff0b45 Mon Sep 17 00:00:00 2001
+From 511c44a963670f7262d9e2db9071c4444541ab8f Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Fri, 10 Aug 2012 16:02:07 +0200
 Subject: [PATCH 03/20] deinterlace/merge: use a macro to fix compilation for
@@ -82,5 +82,5 @@ index dd77902..03e5042 100644
  	b		1b
 +endfunc
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0004-contrib-ebml-mkv-compile-with-hidden-symbols-on-iOS.patch

@@ -1,4 +1,4 @@
-From 24ec4235595987aeebf0d67bbab59f49159fb781 Mon Sep 17 00:00:00 2001
+From 5847653081296aebf90da0b3ae7e22903ef24576 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Sat, 11 Aug 2012 13:29:25 +0200
 Subject: [PATCH 04/20] contrib/ebml+mkv: compile with hidden symbols on iOS
@@ -48,5 +48,5 @@ index 336e001..40dfb1e 100644
  	cd $< && $(MAKE) -C make/linux install_staticlib install_headers prefix="$(PREFIX)" $(HOSTVARS)
  	$(RANLIB) "$(PREFIX)/lib/libmatroska.a"
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0005-libass-fix-text-rendering-on-iOS-by-providing-a-font.patch

@@ -1,4 +1,4 @@
-From df32f0d8210940b910720fc2c872abe1bb91cf87 Mon Sep 17 00:00:00 2001
+From 23366a4675bad6bec658b63a46840e9d8b7c3438 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 29 May 2013 13:25:54 +0200
 Subject: [PATCH 05/20] libass: fix text rendering on iOS by providing a font
@@ -62,5 +62,5 @@ index aa38f1b..38961bc 100644
      const char *psz_font = NULL; /* We don't ship a default font with VLC */
      const char *psz_family = "Arial"; /* Use Arial if we can't find anything more suitable */
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 3 - 3
MobileVLCKit/patches/0006-contrib-png-fix-ARM-assembly-for-iOS.patch

@@ -1,4 +1,4 @@
-From f71d03b91a678e86906186c60c132cb704f185d7 Mon Sep 17 00:00:00 2001
+From 7b600ee10f1c0406b382e4208a44e5c93b9ee58f Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20Ku=CC=88hne?= <fkuehne@videolan.org>
 Date: Sat, 20 Jul 2013 23:35:05 +0200
 Subject: [PATCH 06/20] contrib/png: fix ARM assembly for iOS
@@ -82,7 +82,7 @@ index 0000000..f4b8bc1
 +         ldr             r12, [r0, #4]           @ rowbytes
 +         vmov.i8         d3,  #0
 diff --git a/contrib/src/png/rules.mak b/contrib/src/png/rules.mak
-index 2ddfc6a..4c5a959 100644
+index 122c4b6..2b30a2e 100644
 --- a/contrib/src/png/rules.mak
 +++ b/contrib/src/png/rules.mak
 @@ -7,6 +7,15 @@ ifeq ($(call need_pkg,"libpng"),)
@@ -119,5 +119,5 @@ index 2ddfc6a..4c5a959 100644
  	cd $< && $(MAKE) install
  	touch $@
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 4 - 4
MobileVLCKit/patches/0007-contrib-speex-fix-compilation-for-non-ARMv7-iOS-targ.patch

@@ -1,4 +1,4 @@
-From 6d35e4ff5e822218c089b22aafaeb039ae8120af Mon Sep 17 00:00:00 2001
+From e08bb5b999f6743d3ee98b07369065061bf02f9a Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 22 Jan 2014 13:37:59 +0100
 Subject: [PATCH 07/20] contrib/speex: fix compilation for non-ARMv7 iOS
@@ -10,10 +10,10 @@ the neon code included in speex doesn't do ARMv8 yet
  1 file changed, 5 insertions(+)
 
 diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak
-index 99c5a1b..0396531 100644
+index 7d7cce9..e356bbc 100644
 --- a/contrib/src/speex/rules.mak
 +++ b/contrib/src/speex/rules.mak
-@@ -35,6 +35,11 @@ ifeq ($(ARCH),arm)
+@@ -34,6 +34,11 @@ ifeq ($(ARCH),arm)
  SPEEX_CONF += --enable-arm5e-asm
  endif
  endif
@@ -26,5 +26,5 @@ index 99c5a1b..0396531 100644
  .speex: speex
  	mkdir -p $</m4 && $(RECONF)
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0008-contrib-flac-fix-compilation-with-clang-5.0.patch

@@ -1,4 +1,4 @@
-From 652c14e593b55405b1efe52e131a45e716d22183 Mon Sep 17 00:00:00 2001
+From ae00808b5b063e8a7780063aa96170fb409f152b Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Mon, 7 Oct 2013 17:05:21 +0200
 Subject: [PATCH 08/20] contrib/flac: fix compilation with clang 5.0
@@ -47,5 +47,5 @@ index bf72caf..ee6c2b5 100644
  endif
  ifdef HAVE_ANDROID
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 4 - 4
MobileVLCKit/patches/0009-lib-media_player-inherit-deinterlace-and-vbi-variabl.patch

@@ -1,4 +1,4 @@
-From c2a220795002ead5df2f728b3fce2d249a8f5349 Mon Sep 17 00:00:00 2001
+From ac023003c175db578175371524f4cfdafafcc641 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Thu, 21 Nov 2013 16:26:40 +0100
 Subject: [PATCH 09/20] lib/media_player: inherit deinterlace and vbi variables
@@ -9,10 +9,10 @@ Subject: [PATCH 09/20] lib/media_player: inherit deinterlace and vbi variables
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/lib/media_player.c b/lib/media_player.c
-index 5225079..f04e6dc 100644
+index 7201a78..968a0e8 100644
 --- a/lib/media_player.c
 +++ b/lib/media_player.c
-@@ -435,10 +435,10 @@ libvlc_media_player_new( libvlc_instance_t *instance )
+@@ -531,10 +531,10 @@ libvlc_media_player_new( libvlc_instance_t *instance )
      var_SetFloat (mp, "scale", 1.);
      var_Create (mp, "aspect-ratio", VLC_VAR_STRING);
      var_Create (mp, "crop", VLC_VAR_STRING);
@@ -26,5 +26,5 @@ index 5225079..f04e6dc 100644
      var_Create (mp, "marq-marquee", VLC_VAR_STRING);
      var_Create (mp, "marq-color", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT);
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 3 - 3
MobileVLCKit/patches/0010-contrib-avcodec-deploy-libav.patch

@@ -1,4 +1,4 @@
-From bd9c4aa32660d935495942835248d680f05b4a6d Mon Sep 17 00:00:00 2001
+From 4bb1928363ca94a65fed6eb38fcadad3446508f4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 22 Jan 2014 13:43:11 +0100
 Subject: [PATCH 10/20] contrib/avcodec: deploy libav
@@ -8,7 +8,7 @@ Subject: [PATCH 10/20] contrib/avcodec: deploy libav
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
-index 62bb9e6..9137273 100644
+index 9ddcd83..ae99178 100644
 --- a/contrib/src/ffmpeg/rules.mak
 +++ b/contrib/src/ffmpeg/rules.mak
 @@ -1,7 +1,7 @@
@@ -21,5 +21,5 @@ index 62bb9e6..9137273 100644
  
  ifdef USE_FFMPEG
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0011-contrib-opus-disable-asm-on-arm.patch

@@ -1,4 +1,4 @@
-From 848197082069f4dcc5407be33f29ad239c17e5a9 Mon Sep 17 00:00:00 2001
+From 6bc2c93e9af43c9979846d5418b2356fe3a76b1c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 15 Jan 2014 15:26:46 +0100
 Subject: [PATCH 11/20] contrib/opus disable asm on arm
@@ -22,5 +22,5 @@ index d783648..f09a112 100644
  .opus: opus
  	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(OPUS_CONF)
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0012-contrib-gcrypt-disable-asm-on-iOS.patch

@@ -1,4 +1,4 @@
-From 8c33ce53b28ed8b55b8dc9b69ad696d731a5308c Mon Sep 17 00:00:00 2001
+From 0c2c0674d5fe6431303fdd9ad335a7bbffdd359b Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 22 Jan 2014 09:56:23 +0100
 Subject: [PATCH 12/20] contrib/gcrypt: disable asm on iOS
@@ -22,5 +22,5 @@ index ced0f43..e0824ba 100644
  ifdef HAVE_BSD
  GCRYPT_CONF += --disable-asm --disable-aesni-support
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0013-fix-libtool.patch

@@ -1,4 +1,4 @@
-From 67773206df43b1a66dd42d1a921ea843b10f6356 Mon Sep 17 00:00:00 2001
+From 8f3a8df957416d6e4d1d12411a64fb32167f9d03 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Fri, 10 Aug 2012 16:02:33 +0200
 Subject: [PATCH 13/20] fix libtool
@@ -33,5 +33,5 @@ index 3bb8cdb..542abaa 100644
  SOURCES_transform = transform.c
  SOURCES_invert = invert.c
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 4 - 4
MobileVLCKit/patches/0014-freetype-added-a-fake-font-lookup-mechanism-for-iOS-.patch

@@ -1,4 +1,4 @@
-From b5a77e94241f0822f58a75353128efccd7aa2bc3 Mon Sep 17 00:00:00 2001
+From 8f14a6a4421bd5081f13796e8ec431ca9b64b156 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 22 Jan 2014 13:55:16 +0100
 Subject: [PATCH 14/20] freetype: added a fake font lookup mechanism for iOS to
@@ -11,10 +11,10 @@ Subject: [PATCH 14/20] freetype: added a fake font lookup mechanism for iOS to
  3 files changed, 45 insertions(+)
 
 diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
-index f7fcd80..79bdfd4 100644
+index 55b85a5..8d78933 100644
 --- a/modules/text_renderer/freetype.c
 +++ b/modules/text_renderer/freetype.c
-@@ -1950,6 +1950,8 @@ static int Create( vlc_object_t *p_this )
+@@ -1963,6 +1963,8 @@ static int Create( vlc_object_t *p_this )
  #elif defined( __APPLE__ )
  #if !TARGET_OS_IPHONE
      p_sys->pf_select = MacLegacy_Select;
@@ -96,5 +96,5 @@ index cff52b1..40b25fb 100644
  #endif
  
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0015-contrib-speexdsp-disable-neon-for-AArch64.patch

@@ -1,4 +1,4 @@
-From 91c85d1b2e73d0d67aba16ae30f1f5511e6cb78c Mon Sep 17 00:00:00 2001
+From 00210e9b2b7dad1bba5ab0ba4da216167ccab2e4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 22 Jan 2014 15:19:43 +0100
 Subject: [PATCH 15/20] contrib/speexdsp: disable neon for AArch64
@@ -24,5 +24,5 @@ index 7a2bc80..396af52 100644
  .speexdsp: speexdsp
  	mkdir -p $</m4 && $(RECONF)
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0016-contrib-add-arch-option-for-platforms-where-the-arch.patch

@@ -1,4 +1,4 @@
-From 661ecb6fcec9a5243c4d1e2cdc6a3c2a67641851 Mon Sep 17 00:00:00 2001
+From d1be7338b1390ae1be96b635d8ae97ac6a2159b1 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Thu, 3 Oct 2013 18:27:43 +0200
 Subject: [PATCH 16/20] contrib: add arch option for platforms where the arch
@@ -79,5 +79,5 @@ index dd2bd25..2b085ea 100644
  ifeq ($(ARCH)-$(HAVE_WIN32),x86_64-1)
  HAVE_WIN64 := 1
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 4 - 4
MobileVLCKit/patches/0017-extras-deploy-arch-option-for-iOS.patch

@@ -1,4 +1,4 @@
-From 776afeb0635360332f9c0540a3f04c6ddd60de31 Mon Sep 17 00:00:00 2001
+From cca213ce0b98be2d785d4239c237c063af8e7bdd Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Thu, 3 Oct 2013 18:28:26 +0200
 Subject: [PATCH 17/20] extras: deploy arch option for iOS
@@ -8,10 +8,10 @@ Subject: [PATCH 17/20] extras: deploy arch option for iOS
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
-index d3dce3a..da31c8f 100755
+index b5aa364..b3d4afe 100755
 --- a/extras/package/ios/build.sh
 +++ b/extras/package/ios/build.sh
-@@ -184,7 +184,7 @@ else
+@@ -186,7 +186,7 @@ else
      export ASCPP="xcrun as"
  fi
  
@@ -21,5 +21,5 @@ index d3dce3a..da31c8f 100755
      --disable-sdl \
      --disable-SDL_image \
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0018-contrib-harfbuzz-work-around-build-system-stupidity-.patch

@@ -1,4 +1,4 @@
-From ee332ffb09ed6db5a79df01717e1c72a6e8ca86f Mon Sep 17 00:00:00 2001
+From 12588578479f7961de39f6d623964e4751a0b2ca Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Wed, 12 Mar 2014 14:48:12 +0100
 Subject: [PATCH 18/20] contrib/harfbuzz: work-around build system stupidity
@@ -45,5 +45,5 @@ index a34ee2b..30e9a2b 100644
  
  DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 2 - 2
MobileVLCKit/patches/0019-contrib-gcrypt-use-git-version-on-iOS.patch

@@ -1,4 +1,4 @@
-From 9ea73113a6aa2cb4bb285212383bd1297b3da10d Mon Sep 17 00:00:00 2001
+From 676fd11a579c6ed05728f82f478f82fe0f0f9434 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Thu, 31 Oct 2013 20:42:59 +0100
 Subject: [PATCH 19/20] contrib/gcrypt: use git version on iOS
@@ -137,5 +137,5 @@ index 0000000..df97ffb
 + AM_CFLAGS = $(GPG_ERROR_CFLAGS)
 + 
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 7 - 7
MobileVLCKit/patches/0020-libvlc-add-preliminary-code-path-to-modify-quartztex.patch

@@ -1,4 +1,4 @@
-From c651cfc2743486e5f51771364953dd7c08e4c74f Mon Sep 17 00:00:00 2001
+From eccc9db9235cb5a57443686e3787d07da4a18364 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
 Date: Mon, 31 Mar 2014 17:54:01 +0200
 Subject: [PATCH 20/20] libvlc: add preliminary code path to modify quartztext
@@ -67,10 +67,10 @@ index c0c66dd..7810ed7 100644
  libvlc_video_take_snapshot
  libvlc_vlm_add_broadcast
 diff --git a/lib/media_player.c b/lib/media_player.c
-index f04e6dc..801c130 100644
+index 968a0e8..5c88620 100644
 --- a/lib/media_player.c
 +++ b/lib/media_player.c
-@@ -464,6 +464,12 @@ libvlc_media_player_new( libvlc_instance_t *instance )
+@@ -560,6 +560,12 @@ libvlc_media_player_new( libvlc_instance_t *instance )
      var_Create (mp, "saturation", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT);
      var_Create (mp, "gamma", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT);
  
@@ -139,7 +139,7 @@ index c8b3711..cda3c35 100644
 +    return get_string( p_mi, "quartztext", textrenderer_option_bynumber(option) );
 +}
 diff --git a/modules/text_renderer/quartztext.c b/modules/text_renderer/quartztext.c
-index f0b5b67..aecb7b9 100644
+index ceb97a6..4cce93f 100644
 --- a/modules/text_renderer/quartztext.c
 +++ b/modules/text_renderer/quartztext.c
 @@ -65,6 +65,10 @@
@@ -234,7 +234,7 @@ index f0b5b67..aecb7b9 100644
      free(p_sys);
  }
  
-@@ -949,12 +972,12 @@ static int GetFontSize(filter_t *p_filter)
+@@ -957,12 +980,12 @@ static int GetFontSize(filter_t *p_filter)
  {
      int i_size = 0;
  
@@ -250,7 +250,7 @@ index f0b5b67..aecb7b9 100644
          msg_Warn( p_filter, "invalid fontsize, using 12" );
          i_size = 12;
      }
-@@ -1041,3 +1064,23 @@ static int RenderYUVA(filter_t *p_filter, subpicture_region_t *p_region,
+@@ -1048,3 +1071,23 @@ static int RenderYUVA(filter_t *p_filter, subpicture_region_t *p_region,
  
      return VLC_SUCCESS;
  }
@@ -275,5 +275,5 @@ index f0b5b67..aecb7b9 100644
 +    return VLC_SUCCESS;
 +}
 -- 
-1.8.5.2 (Apple Git-48)
+1.9.3 (Apple Git-50)
 

+ 0 - 52
MobileVLCKit/patches/0021-contrib-gpg-error-disable-tests.patch

@@ -1,53 +0,0 @@
-From d4cfed802be595dd0cfda4ff5350e9d19c7d541d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
-Date: Fri, 4 Jul 2014 00:48:09 +0200
-Subject: [PATCH] contrib/gpg-error: disable tests
-
----
- contrib/src/gpg-error/disable-tests.patch | 21 +++++++++++++++++++++
- contrib/src/gpg-error/rules.mak           |  1 +
- 2 files changed, 22 insertions(+)
- create mode 100644 contrib/src/gpg-error/disable-tests.patch
-
-diff --git a/contrib/src/gpg-error/disable-tests.patch b/contrib/src/gpg-error/disable-tests.patch
-new file mode 100644
-index 0000000..efcd79d
---- /dev/null
-+++ b/contrib/src/gpg-error/disable-tests.patch
-@@ -0,0 +1,21 @@
-+diff -ru libgpg-error/Makefile.in libgpg-error-fixed/Makefile.in
-+--- libgpg-error/Makefile.in	2014-04-15 14:25:49.000000000 +0200
-++++ libgpg-error-fixed/Makefile.in	2014-07-04 00:46:04.000000000 +0200
-+@@ -121,7 +121,7 @@
-+ 	distdir dist dist-all distcheck
-+ ETAGS = etags
-+ CTAGS = ctags
-+-DIST_SUBDIRS = m4 src tests po lang
-++DIST_SUBDIRS = m4 src po lang
-+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-+ distdir = $(PACKAGE)-$(VERSION)
-+ top_distdir = $(distdir)
-+@@ -326,7 +326,7 @@
-+ 
-+ @LANGUAGES_SOME_FALSE@lang_subdirs = 
-+ @LANGUAGES_SOME_TRUE@lang_subdirs = lang
-+-SUBDIRS = m4 src tests po $(lang_subdirs)
-++SUBDIRS = m4 src po $(lang_subdirs)
-+ gen_start_date = 2011-12-01T00:00:00
-+ all: config.h
-+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
-diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
-index e7ff25c..4582903 100644
---- a/contrib/src/gpg-error/rules.mak
-+++ b/contrib/src/gpg-error/rules.mak
-@@ -12,6 +12,7 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
- ifdef HAVE_WIN32
- 	$(APPLY) $(SRC)/gpg-error/windres-make.patch
- endif
-+	$(APPLY) $(SRC)/gpg-error/disable-tests.patch
- 	$(MOVE)
- 	cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.linux-android.h
- ifdef HAVE_IOS
-1.8.5.2 (Apple Git-48)
-