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

Pierre Lamot git at videolan.org
Wed Nov 29 16:31:21 CET 2017


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Nov 28 11:07:56 2017 +0100| [14a2051d5b4cbde0e3093b3d7258829246ed4130] | committer: Jean-Baptiste Kempf

vout/macosx: fix Control not working with libvlc

fix: #14780
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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)
         {



More information about the vlc-commits mailing list