From 0f4c10aed9e8b24640465983d5c89c08a61e9495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wang=20Xin-yu=20=28=E7=8E=8B=E6=98=95=E5=AE=87=29?= Date: Fri, 10 Jan 2014 02:50:14 +0800 Subject: [PATCH] [861/906] glprototypes: Add missing glScalef declare https://bugzilla.gnome.org/show_bug.cgi?id=721903 --- gst-libs/gst/gl/glprototypes/opengl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h index 10d93fa86c..5a70f1e712 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,