0011-vout_ios2-compilation-fix.patch 888 B

12345678910111213141516171819202122232425262728
  1. From 87a7999f1fa4583627721751433d85b045fd539a Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Wed, 27 Feb 2013 21:17:03 +0100
  4. Subject: [PATCH 11/11] vout_ios2: compilation fix
  5. ---
  6. modules/video_output/ios2.m | 3 +--
  7. 1 file changed, 1 insertion(+), 2 deletions(-)
  8. diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m
  9. index 9238055..a18f8f2 100644
  10. --- a/modules/video_output/ios2.m
  11. +++ b/modules/video_output/ios2.m
  12. @@ -309,9 +309,8 @@ static int Control(vout_display_t *vd, int query, va_list ap)
  13. static void PictureDisplay(vout_display_t *vd, picture_t *pic, subpicture_t *subpicture)
  14. {
  15. - sys->has_first_frame = true;
  16. -
  17. vout_display_sys_t *sys = vd->sys;
  18. + sys->has_first_frame = true;
  19. vout_display_opengl_Display(sys->vgl, &vd->source);
  20. picture_Release(pic);
  21. --
  22. 1.7.12.4 (Apple Git-37)