From 14a2051d5b4cbde0e3093b3d7258829246ed4130 Mon Sep 17 00:00:00 2001 From: Pierre Lamot Date: Tue, 28 Nov 2017 11:07:56 +0100 Subject: [PATCH] vout/macosx: fix Control not working with libvlc fix: #14780 Signed-off-by: Jean-Baptiste Kempf --- 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.11.4.GIT