diff options
author | Matthew Waters <matthew@centricular.com> | 2016-02-05 10:43:49 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-02-05 10:46:21 +1100 |
commit | 1b0198631c229f427630fd5dc24f05f3b04378d0 (patch) | |
tree | ab4253f84273bd9b1d608d1f041e5e84c14e3b38 /gst-libs/gst/gl/gstgldebug.c | |
parent | 8f25333976589b70d3bd3991c2b853dbecec272d (diff) | |
download | gstreamer-plugins-bad-1b0198631c229f427630fd5dc24f05f3b04378d0.tar.gz |
gl: add .def file for msvc builds
Also internalize some API from being exported.
Diffstat (limited to 'gst-libs/gst/gl/gstgldebug.c')
-rw-r--r-- | gst-libs/gst/gl/gstgldebug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstgldebug.c b/gst-libs/gst/gl/gstgldebug.c index e0e8da7e1..2d8bbca6b 100644 --- a/gst-libs/gst/gl/gstgldebug.c +++ b/gst-libs/gst/gl/gstgldebug.c @@ -239,8 +239,9 @@ _debug_type_to_string (GLenum type) } /* silence the compiler... */ -void GSTGLAPI _gst_gl_debug_callback (GLenum source, GLenum type, GLuint id, - GLenum severity, GLsizei length, const gchar * message, gpointer user_data); +G_GNUC_INTERNAL void GSTGLAPI _gst_gl_debug_callback (GLenum source, + GLenum type, GLuint id, GLenum severity, GLsizei length, + const gchar * message, gpointer user_data); void GSTGLAPI _gst_gl_debug_callback (GLenum source, GLenum type, GLuint id, GLenum severity, |