mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
video-anc: Fix glib version check for G_GNUC_CHECK_VERSION macro
Fixes #544
This commit is contained in:
parent
34813b94bd
commit
3a9148b334
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <gst/base/gstbytereader.h>
|
||||
#include "video-anc.h"
|
||||
|
||||
#if !GLIB_CHECK_VERSION(2, 42, 0)
|
||||
#if !GLIB_CHECK_VERSION(2, 47, 4)
|
||||
#ifdef __GNUC__
|
||||
#define G_GNUC_CHECK_VERSION(major, minor) \
|
||||
((__GNUC__ > (major)) || \
|
||||
|
|
Loading…
Reference in a new issue