mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
[617/906] fix 'set but not used' compiler warnings
This commit is contained in:
parent
80fdf4c30c
commit
d169907472
1 changed files with 0 additions and 4 deletions
|
@ -218,12 +218,8 @@ gst_gl_window_x11_new (GstGLRendererAPI render_api,
|
|||
{
|
||||
GstGLWindowX11 *window = NULL;
|
||||
const gchar *user_choice;
|
||||
gboolean user_glx;
|
||||
gboolean user_egl;
|
||||
|
||||
user_choice = g_getenv ("GST_GL_PLATFORM");
|
||||
user_glx = !user_choice || g_strstr_len (user_choice, 3, "glx") != NULL;
|
||||
user_egl = !user_choice || g_strstr_len (user_choice, 3, "egl") != NULL;
|
||||
|
||||
#ifdef HAVE_GLX
|
||||
#ifdef HAVE_EGL
|
||||
|
|
Loading…
Reference in a new issue