summaryrefslogtreecommitdiffstats
path: root/Gui/language.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-26 19:54:37 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-26 19:54:37 +0000
commit49809933c1fe343b6872cb570ef5d9c52606e3a6 (patch)
tree06f352a48bdfe7edcb89191bf7b67c0fa62e9c15 /Gui/language.c
parent199386f0e3ef2eec6d353d1091ff05deab3ce049 (diff)
downloadmpv-49809933c1fe343b6872cb570ef5d9c52606e3a6.tar.bz2
mpv-49809933c1fe343b6872cb570ef5d9c52606e3a6.tar.xz
shmem.c removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/language.c')
-rw-r--r--Gui/language.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gui/language.c b/Gui/language.c
index 5323637300..75faba2b10 100644
--- a/Gui/language.c
+++ b/Gui/language.c
@@ -16,6 +16,8 @@ char * langRemove = "Remove";
char * langNEMDB = "Sorry, not enough memory for draw buffer.";
char * langNEMFMR = "Sorry, not enough memory for menu rendering.";
char * langNEMFMM = "Sorry, not enough memory for main window shape mask.";
+
+#if 0
char * langLIRCSNW = "LIRC support not working. Disabled.";
char * langAudioDriverSelectNotSupported = "Your audio driver DOES NOT support select(). Recompile mplayer with #undef HAVE_AUDIO_SELECT in config.h !";
char * langNotSupportedFileFormat = "Sorry, this file format not recognized/supported. If this file is an AVI, ASF or MPEG stream, please contact the author!";
@@ -40,4 +42,4 @@ char * langDSCodecNotFound = "ERROR: Couldn't open required DirectShow codec: %s
"Or you should disable DShow support.";
char * langCantInitVideoDriver = "FATAL: Cannot initialize video driver!";
char * langUnknowError = "Unknow error. Please contact the developer team.";
-
+#endif