summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorWang Xin-yu (王昕宇) <comicfans44@gmail.com>2014-01-10 02:50:14 +0800
committerSebastian Dröge <sebastian@centricular.com>2014-01-10 09:58:06 +0100
commitbe01f2e28064228947b8f49715f69b7f34a62c3b (patch)
tree2db3c70f1ba1ca0a28ec0ba325cd436049510624 /gst-libs
parent32db1c918a82e0bc31a56b7eae304e5f50f52a18 (diff)
glprototypes: Add missing glScalef declare
https://bugzilla.gnome.org/show_bug.cgi?id=721903
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/glprototypes/opengl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h
index 10d93fa..5a70f1e 100644
--- a/gst-libs/gst/gl/glprototypes/opengl.h
+++ b/gst-libs/gst/gl/glprototypes/opengl.h
@@ -154,6 +154,8 @@ GST_GL_EXT_FUNCTION (void, Rotatef,
(GLfloat angle, GLfloat x, GLfloat y, GLfloat z))
GST_GL_EXT_FUNCTION (void, Translatef,
(GLfloat x, GLfloat y, GLfloat z))
+GST_GL_EXT_FUNCTION (void, Scalef,
+ (GLfloat x, GLfloat y, GLfloat z))
GST_GL_EXT_FUNCTION (void, Lightfv,
(GLenum light, GLenum pname, const GLfloat *params))
GST_GL_EXT_FUNCTION (void, ColorMaterial,