[vlc-commits] macosx: fix compilation with previous sparkle releases

Felix Paul Kühne git at videolan.org
Mon Feb 1 16:05:53 CET 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb  1 16:05:51 2016 +0100| [af056103c68d2026390f91c1ee78342e53f90003] | committer: Felix Paul Kühne

macosx: fix compilation with previous sparkle releases

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

 modules/gui/macosx/intf.m |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 00b73ce..6f60bdf 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -149,8 +149,10 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
 
 @interface VLCMain () <BWQuincyManagerDelegate
 #ifdef HAVE_SPARKLE
+#ifdef SUUpdaterDelegate
     , SUUpdaterDelegate
 #endif
+#endif
 >
 {
     intf_thread_t *p_intf;



More information about the vlc-commits mailing list