vlc | branch: master | David Fuhrmann <[email protected]> | Sun Jan 31 16:33:02 2016 +0100| [c04805f75d454d8d6ab71ce76004dd6bec09bf82] | committer: David Fuhrmann
macosx: Set sparkle update protocol Fixes compilation warning with latest sparkle version. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c04805f75d454d8d6ab71ce76004dd6bec09bf82 --- modules/gui/macosx/intf.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index f3822a6..00b73ce 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -147,7 +147,11 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable, #pragma mark - #pragma mark Private -@interface VLCMain () <BWQuincyManagerDelegate> +@interface VLCMain () <BWQuincyManagerDelegate +#ifdef HAVE_SPARKLE + , SUUpdaterDelegate +#endif +> { intf_thread_t *p_intf; BOOL launched; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
