video-anc: Fix glib version check for G_GNUC_CHECK_VERSION macro

Fixes #544
This commit is contained in:
Andrew Gall 2019-01-28 15:16:06 +01:00 committed by Sebastian Dröge
parent 34813b94bd
commit 3a9148b334

View file

@ -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)) || \