Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
776c5dd8
Commit
776c5dd8
authored
Jun 04, 2005
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*control*: BeOS compile fixes
parent
4416dfe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc/control.h
include/vlc/control.h
+1
-1
src/control/core.c
src/control/core.c
+1
-1
No files found.
include/vlc/control.h
View file @
776c5dd8
...
@@ -36,7 +36,7 @@ extern "C" {
...
@@ -36,7 +36,7 @@ extern "C" {
#define WINDOWHANDLE int
#define WINDOWHANDLE int
#endif
#endif
#ifndef
__bool_true_false_are_defined
#ifndef
true
typedef
int
bool
;
typedef
int
bool
;
#endif
#endif
...
...
src/control/core.c
View file @
776c5dd8
...
@@ -296,7 +296,7 @@ mediacontrol_playlist_get_list( mediacontrol_Instance *self,
...
@@ -296,7 +296,7 @@ mediacontrol_playlist_get_list( mediacontrol_Instance *self,
{
{
mediacontrol_PlaylistSeq
*
retval
;
mediacontrol_PlaylistSeq
*
retval
;
int
i_index
;
int
i_index
;
playlist_t
*
p_playlist
=
self
->
p_playlist
;
;
playlist_t
*
p_playlist
=
self
->
p_playlist
;
int
i_playlist_size
;
int
i_playlist_size
;
exception
=
mediacontrol_exception_init
(
exception
);
exception
=
mediacontrol_exception_init
(
exception
);
...
...
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