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
2eeddcf4
Commit
2eeddcf4
authored
Aug 25, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation.
parent
80d9437b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/video_output/directfb.c
modules/video_output/directfb.c
+1
-0
modules/video_output/x11/xcommon.h
modules/video_output/x11/xcommon.h
+2
-2
No files found.
modules/video_output/directfb.c
View file @
2eeddcf4
...
...
@@ -267,6 +267,7 @@ static void Destroy( vlc_object_t *p_this )
static
int
Manage
(
vout_thread_t
*
p_vout
)
{
VLC_UNUSED
(
p_vout
);
return
VLC_SUCCESS
;
}
...
...
modules/video_output/x11/xcommon.h
View file @
2eeddcf4
...
...
@@ -366,8 +366,8 @@ typedef struct mwmhints_t
#endif
#ifndef MODULE_NAME_IS_glx
static
IMAGE_TYPE
*
CreateImage
(
vout_thread_t
*
,
Display
*
,
EXTRA_ARGS
,
int
,
int
);
IMAGE_TYPE
*
CreateImage
(
vout_thread_t
*
,
Display
*
,
EXTRA_ARGS
,
int
,
int
);
#ifdef HAVE_SYS_SHM_H
IMAGE_TYPE
*
CreateShmImage
(
vout_thread_t
*
,
Display
*
,
EXTRA_ARGS_SHM
,
int
,
int
);
...
...
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