Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f458ada1
Commit
f458ada1
authored
Apr 27, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove bogus code introduced in the previous commit
sorry about the disturbance
parent
8d5fa522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
modules/video_output/opengllayer.m
modules/video_output/opengllayer.m
+0
-18
No files found.
modules/video_output/opengllayer.m
View file @
f458ada1
...
...
@@ -136,24 +136,6 @@ struct vout_sys_t
*****************************************************************************/
static
int
CreateVout
(
vlc_object_t
*
p_this
)
{
/* This module is Leopard only */
#ifdef __APPLE__
long
minorMacVersion
;
if
(
Gestalt
(
gestaltSystemVersionMinor
,
&
minorMacVersion
)
==
noErr
)
{
if
(
minorMacVersion
<
6
)
{
msg_Warn
(
p_vout
,
"current osx version is 10.%ld, non-suitable for OpenglLayer video output"
,
minorMacVersion
);
return
VLC_ENOOBJ
;
}
}
else
{
msg_Warn
(
p_vout
,
"couldn't get OS version"
);
return
VLC_EGENERIC
;
}
#endif
vout_thread_t
*
p_vout
=
(
vout_thread_t
*
)
p_this
;
vout_sys_t
*
p_sys
;
char
*
psz
;
...
...
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