[vlc-commits] vout: win32: gl: use add_glconv()
    Thomas Guillem 
    git at videolan.org
       
    Wed Sep 27 11:38:20 CEST 2017
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 27 11:33:40 2017 +0200| [981e88b23254bfbc063a37067d4ce5f553f78093] | committer: Thomas Guillem
vout: win32: gl: use add_glconv()
Even if there is not (yet) any gl converter on win32, this fixes the
"option glconv does not exist" error log.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=981e88b23254bfbc063a37067d4ce5f553f78093
---
 modules/video_output/win32/glwin32.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/video_output/win32/glwin32.c b/modules/video_output/win32/glwin32.c
index 34ac48ff2c..c7a1128a30 100644
--- a/modules/video_output/win32/glwin32.c
+++ b/modules/video_output/win32/glwin32.c
@@ -57,6 +57,7 @@ vlc_module_begin()
     set_capability("vout display", 220)
     add_shortcut("glwin32", "opengl")
     set_callbacks(Open, Close)
+    add_glconv()
 vlc_module_end()
 
 /*****************************************************************************
    
    
More information about the vlc-commits
mailing list