vlc | branch: master | Thomas Guillem <[email protected]> | Thu Dec 29 13:55:35 2016 +0100| [838ed46a2d32e08328af62025a1a80dcc7d6a1ee] | committer: Thomas Guillem
vout/ios2: add missing OpenglESNoop > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=838ed46a2d32e08328af62025a1a80dcc7d6a1ee --- modules/video_output/ios2.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m index 87f3b93..6ff5736 100644 --- a/modules/video_output/ios2.m +++ b/modules/video_output/ios2.m @@ -491,6 +491,11 @@ static int OpenglESClean(vlc_gl_t *gl) return 0; } +static void OpenglESNoop(vlc_gl_t *gl) +{ + (void) gl; +} + static void OpenglESSwap(vlc_gl_t *gl) { vout_display_sys_t *sys = (vout_display_sys_t *)gl->sys; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
