mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
test-colorkey: #define GDK_DISABLE_DEPRECATION_WARNINGS
We use gdk_cairo_create() which is deprecated since 3.22.
This commit is contained in:
parent
fb9bddd81e
commit
1137ac6848
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* FIXME: gdk_cairo_create() is deprecated nowadays */
|
||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue