]> git.sesse.net Git - vlc/commitdiff
Compiler warning
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 20 May 2006 11:38:04 +0000 (11:38 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 20 May 2006 11:38:04 +0000 (11:38 +0000)
src/libvlc.h

index b2c3abeb7f97a04767a3c12a9cf364e5fbebad08..8b048041e498c9a037e2fa96ccfd6461edb499b3 100644 (file)
@@ -27,6 +27,7 @@
 #define Nothing here, this is just to prevent update-po from being stupid
 #include "vlc_keys.h"
 
+#if defined (WIN32) || defined (__APPLE__)
 static char *ppsz_language[] =
 { "auto", "en", "en_GB", "ca", "cs", "da", "de", "es", "fr", "gl", "he", "hu",
   "it", "ja", "ka", "ko", "nl", "oc", "pt_BR", "ro", "ru", "sv", "tr",
@@ -39,6 +40,7 @@ N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
 N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
 N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
 N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
+#endif
 
 static char *ppsz_snap_formats[] =
 { "png", "jpg" };