[vlc-commits] minimal macosx: Decrease priority for vout window provider

David Fuhrmann git at videolan.org
Sun Nov 26 17:52:42 CET 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Nov 26 17:44:06 2017 +0100| [469001b71f99007d8097a7dd487a646558fd91f4] | committer: David Fuhrmann

minimal macosx: Decrease priority for vout window provider

If someone both compiles minimal_macosx and macosx, the macosx
window provider has now higher priority. If correctly set up,
both module should not be installed into the same installation
any way.

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

 modules/gui/minimal_macosx/macosx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/minimal_macosx/macosx.c b/modules/gui/minimal_macosx/macosx.c
index 8b779d10c6..291a05cdd1 100644
--- a/modules/gui/minimal_macosx/macosx.c
+++ b/modules/gui/minimal_macosx/macosx.c
@@ -63,7 +63,7 @@ vlc_module_begin ()
     add_submodule ()
     /* Will be loaded even without interface module. see voutgl.m */
         set_description( "Minimal Mac OS X Video Output Provider" )
-        set_capability( "vout window", 100 )
+        set_capability( "vout window", 50 )
         set_callbacks( WindowOpen, WindowClose )
 vlc_module_end ()
 



More information about the vlc-commits mailing list