[vlc-commits] vout: macosx: use add_glconv()
Thomas Guillem
git at videolan.org
Wed Sep 27 11:38:24 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 27 11:34:00 2017 +0200| [d19f46dec61d9f4f39c775e27f6e1306c1d46921] | committer: Thomas Guillem
vout: macosx: use add_glconv()
Fixes the "option glconv does not exist" error log.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d19f46dec61d9f4f39c775e27f6e1306c1d46921
---
modules/video_output/macosx.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index 1cdb780526..c285948f07 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -78,6 +78,7 @@ vlc_module_begin ()
set_capability ("vout display", 300)
set_callbacks (Open, Close)
add_shortcut ("macosx", "vout_macosx")
+ add_glconv ()
vlc_module_end ()
/**
More information about the vlc-commits
mailing list