Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
174ea7af
Commit
174ea7af
authored
Jan 17, 2015
by
Lasse Laursen
Committed by
Matthew Waters
Jan 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glapi: fix compilation with latest MSVC
https://bugzilla.gnome.org/show_bug.cgi?id=743041
parent
989af902
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst-libs/gst/gl/gstglapi.h
gst-libs/gst/gl/gstglapi.h
+2
-2
No files found.
gst-libs/gst/gl/gstglapi.h
View file @
174ea7af
...
...
@@ -76,7 +76,7 @@
# endif
# else
# include <GL/gl.h>
# if __WIN32__ || _WIN32
# if
defined(
__WIN32__
)
||
defined(
_WIN32
)
# include <GL/glext.h>
# endif
# endif
...
...
@@ -123,7 +123,7 @@ typedef enum
#define GST_GL_EXT_BEGIN(name, gl_availability, min_gl, maj_gl, gles_maj, \
gles_min, ext_suf, ext_name)
#define GST_GL_EXT_FUNCTION(ret, name, args) \
ret GSTGLAPI
(
*name) args;
ret
(
GSTGLAPI *name) args;
#define GST_GL_EXT_END()
typedef
struct
_GstGLFuncs
...
...
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