vlc | branch: master | Pierre Lamot <[email protected]> | 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 <[email protected]> > 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) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
