Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
8c7a6ccd
Commit
8c7a6ccd
authored
Oct 23, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation.
parent
396da76d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
modules/access/vcdx/vcd.c
modules/access/vcdx/vcd.c
+2
-3
modules/misc/notify/xosd.c
modules/misc/notify/xosd.c
+2
-2
No files found.
modules/access/vcdx/vcd.c
View file @
8c7a6ccd
...
...
@@ -108,7 +108,6 @@ vlc_module_begin ()
false
)
add_bool
(
MODULE_STRING
"-track-length"
,
true
,
NULL
,
N_
(
"Use track length as maximum unit in seek?"
),
N_
(
"If set, the length of the seek bar is the track rather than "
"the length of an entry."
),
...
...
@@ -120,11 +119,11 @@ vlc_module_begin ()
"Media Info. Shows for example playback control navigation."
),
false
)
add_string
(
MODULE_STRING
"-author-format"
,
"%v - %F disc %c of %C"
,
NULL
,
add_string
(
MODULE_STRING
"-author-format"
,
"%v - %F disc %c of %C"
,
N_
(
"Format to use in the playlist's
\"
author
\"
field."
),
VCD_TITLE_FMT_LONGTEXT
,
true
)
add_string
(
MODULE_STRING
"-title-format"
,
"%I %N %L%S - %M %A %v - disc %c of %C %F"
,
NULL
,
add_string
(
MODULE_STRING
"-title-format"
,
"%I %N %L%S - %M %A %v - disc %c of %C %F"
,
N_
(
"Format to use in the playlist's
\"
title
\"
field."
),
VCD_TITLE_FMT_LONGTEXT
,
false
)
...
...
modules/misc/notify/xosd.c
View file @
8c7a6ccd
...
...
@@ -91,9 +91,9 @@ vlc_module_begin ()
add_integer
(
"xosd-text-offset"
,
30
,
TXT_OFS_TEXT
,
TXT_OFS_LONGTEXT
,
true
)
add_integer
(
"xosd-shadow-offset"
,
2
,
SHD_OFS_TEXT
,
SHD_OFS_LONGTEXT
,
true
)
add_string
(
"xosd-font"
,
"-adobe-helvetica-bold-r-normal-*-*-160-*-*-p-*-iso8859-1"
,
NULL
,
add_string
(
"xosd-font"
,
"-adobe-helvetica-bold-r-normal-*-*-160-*-*-p-*-iso8859-1"
,
FONT_TEXT
,
FONT_LONGTEXT
,
true
)
add_string
(
"xosd-colour"
,
"LawnGreen"
,
NULL
,
add_string
(
"xosd-colour"
,
"LawnGreen"
,
COLOUR_TEXT
,
COLOUR_LONGTEXT
,
true
)
set_capability
(
"interface"
,
10
)
set_callbacks
(
Open
,
Close
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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