mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-15 04:38:56 +00:00
plugins: fix compilation
gstvaapipluginutil.c:171:1: error: old-style function definition [-Werror=old-style-definition]
This commit is contained in:
parent
fc3eef9c43
commit
19e4769501
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ gst_vaapi_get_display_type_from_gl (GstGLDisplayType gl_display_type,
|
|||
}
|
||||
|
||||
static GstVaapiDisplayType
|
||||
gst_vaapi_get_display_type_from_gl_env ()
|
||||
gst_vaapi_get_display_type_from_gl_env (void)
|
||||
{
|
||||
const gchar *const gl_window_type = g_getenv ("GST_GL_WINDOW");
|
||||
const gchar *const gl_platform_type = g_getenv ("GST_GL_PLATFORM");
|
||||
|
|
Loading…
Reference in a new issue