[vlc-devel] [PATCH] vout/macosx: fix Control not working with libvlc

Pierre Lamot pierre at videolabs.io
Tue Nov 28 11:07:56 CET 2017


  fix: #14780
---
 modules/video_output/macosx.m | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index c285948f07..e0c87d4126 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -357,9 +357,6 @@ static int Control (vout_display_t *vd, int query, va_list ap)
     if (!vd->sys)
         return VLC_EGENERIC;
 
-    if (!sys->embed)
-        return VLC_EGENERIC;
-
     @autoreleasepool {
         switch (query)
         {
-- 
2.14.1



More information about the vlc-devel mailing list