[vlc-commits] vout: ios: use add_glconv()

Thomas Guillem git at videolan.org
Wed Sep 27 11:38:28 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 27 11:34:15 2017 +0200| [ad43f9a43bb10eb95259a817f7382c355ca3efca] | committer: Thomas Guillem

vout: ios: use add_glconv()

Fixes the "option glconv does not exist" error log.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad43f9a43bb10eb95259a817f7382c355ca3efca
---

 modules/video_output/ios.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
index ba87c96069..deeb2640eb 100644
--- a/modules/video_output/ios.m
+++ b/modules/video_output/ios.m
@@ -82,6 +82,7 @@ vlc_module_begin ()
     set_callbacks(Open, Close)
 
     add_shortcut("vout_ios2", "vout_ios")
+    add_glconv()
 vlc_module_end ()
 
 @interface VLCOpenGLES2VideoView : UIView {



More information about the vlc-commits mailing list