Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
803dbbe6
Commit
803dbbe6
authored
May 20, 2006
by
Jean-Paul Saman
Browse files
Compiler warning
parent
fb7890cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.h
View file @
803dbbe6
...
...
@@ -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"
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment