Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
9a724840
Commit
9a724840
authored
22 years ago
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Darwin compilation fix.
parent
232fc4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/x11/vout_xvideo.c
plugins/x11/vout_xvideo.c
+3
-1
No files found.
plugins/x11/vout_xvideo.c
View file @
9a724840
...
...
@@ -2,7 +2,7 @@
* vout_xvideo.c: Xvideo video output display method
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: vout_xvideo.c,v 1.36.2.
3 2001/12/20 16:46:40 massiot
Exp $
* $Id: vout_xvideo.c,v 1.36.2.
4 2002/01/23 01:59:16 sam
Exp $
*
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -349,9 +349,11 @@ static int vout_Create( vout_thread_t *p_vout )
*****************************************************************************/
static
int
vout_Init
(
vout_thread_t
*
p_vout
)
{
#if 0
#ifdef SYS_DARWIN
/* FIXME : As of 2001-03-16, XFree4 for MacOS X does not support Xshm. */
p_vout->p_sys->b_shm = 0;
#endif
#endif
p_vout
->
b_need_render
=
0
;
p_vout
->
p_sys
->
i_image_width
=
p_vout
->
p_sys
->
i_image_height
=
0
;
...
...
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