]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.h
Disable update checking per default, re-enable with --enable-update-check
[vlc] / modules / gui / macosx / update.h
index a0b2585836be3e08db2f5f2eae06c991255525ce..52dc641991e1a78c921a64ec1800c10e1fcd3167 100644 (file)
@@ -21,6 +21,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#ifdef UPDATE_CHECK
 #import <Cocoa/Cocoa.h>
 #import <vlc_update.h>
 
@@ -55,3 +56,4 @@
 + (VLCUpdate *)sharedInstance;
 
 @end
+#endif