summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/glprototypes
diff options
context:
space:
mode:
authorWang Xin-yu (王昕宇) <comicfans44@gmail.com>2014-01-10 02:50:14 +0800
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:37:05 +0100
commit48d92cbe88056bda42070af781a95add70fc9397 (patch)
treeaee874cf34cf97ea18174d2d9ded48216b0ff435 /gst-libs/gst/gl/glprototypes
parentcdad19fd43e1273992f88769107f65cfc76522ba (diff)
downloadgstreamer-plugins-bad-48d92cbe88056bda42070af781a95add70fc9397.tar.gz
[861/906] glprototypes: Add missing glScalef declare
https://bugzilla.gnome.org/show_bug.cgi?id=721903
Diffstat (limited to 'gst-libs/gst/gl/glprototypes')
-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 10d93fa86..5a70f1e71 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,