mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
[626/906] fix build failure from undefined macro
This commit is contained in:
parent
df8c489ada
commit
07f7bbc0cf
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ gst_gl_effects_draw_texture (GstGLEffects * effects, GLuint tex, guint width,
|
||||||
static void set_horizontal_swap (GstGLDisplay * display, gpointer data)
|
static void set_horizontal_swap (GstGLDisplay * display, gpointer data)
|
||||||
{
|
{
|
||||||
#if HAVE_OPENGL
|
#if HAVE_OPENGL
|
||||||
if (USING_OPENGL (display)) {
|
if (gst_gl_display_get_gl_api_unlocked (display) & GST_GL_API_OPENGL) {
|
||||||
const double mirrormatrix[16] = {
|
const double mirrormatrix[16] = {
|
||||||
-1.0, 0.0, 0.0, 0.0,
|
-1.0, 0.0, 0.0, 0.0,
|
||||||
0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0};
|
0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0};
|
||||||
|
|
Loading…
Reference in a new issue