Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e467dc83
Commit
e467dc83
authored
17 years ago
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newline to end of file, shuts up the compiler.
parent
4ff5e969
master
1.0-bugfix
activex
alsa
amem
amem-1.1-bugfix
cluster
dbus
debian
debian-mt
for-videolan
hls
mozilla
my-cluster
neuros
sdi
splice
upstream
vaapi
vaapi-xcb
2.1.0-git
1.3.0-git
1.2.0-pre1
1.1.0-pre1
1.1.0-ff
1.0.0
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
1.0.0-pre2
1.0.0-pre1
0.9.9
0.9.9a
0.9.9-rc
0.9.8
0.9.8a
0.9.7
0.9.6
0.9.5
0.9.5-rc1
0.9.4
0.9.4-rc2
0.9.4-rc1
0.9.3.1
0.9.3
0.9.3-rc1
0.9.2
0.9.2-rc3
0.9.2-rc2
0.9.2-rc1
0.9.1
0.9.0
0.9.0-test3
0.9.0-test2
0.9.0-test1
0.9.0-test0
vaapi_xcb-ati
svn-trunk
show
mpris-proposal-v2-20090710
davinci
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
modules/misc/osd/Modules.am
modules/misc/osd/Modules.am
+2
-1
modules/misc/osd/osd_menu.h
modules/misc/osd/osd_menu.h
+2
-1
No files found.
modules/misc/osd/Modules.am
View file @
e467dc83
...
...
@@ -5,3 +5,4 @@ SOURCES_osd_parser = \
osd_menu.h \
xml.c \
$(NULL)
This diff is collapsed.
Click to expand it.
modules/misc/osd/osd_menu.h
View file @
e467dc83
...
...
@@ -36,3 +36,4 @@ void osd_ButtonFree( vlc_object_t *, osd_button_t * );
void
osd_StatesFree
(
vlc_object_t
*
,
osd_state_t
*
);
#endif
This diff is collapsed.
Click to expand it.
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