[vlc-commits] macosx: Set sparkle update protocol
David Fuhrmann
git at videolan.org
Sun Jan 31 16:35:08 CET 2016
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | 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
- at interface VLCMain () <BWQuincyManagerDelegate>
+ at interface VLCMain () <BWQuincyManagerDelegate
+#ifdef HAVE_SPARKLE
+ , SUUpdaterDelegate
+#endif
+>
{
intf_thread_t *p_intf;
BOOL launched;
More information about the vlc-commits
mailing list