diff --git a/tests/examples/app/appsrc-ra.c b/tests/examples/app/appsrc-ra.c index 46b19cae43..cdca865c33 100644 --- a/tests/examples/app/appsrc-ra.c +++ b/tests/examples/app/appsrc-ra.c @@ -31,7 +31,7 @@ #include /* FIXME: remove once we depend on GLib >= 2.22 */ -#if !GLIB_CHECK_VERSION (2, 22, 0) +#if !GLIB_CHECK_VERSION (2, 21, 3) #define g_mapped_file_unref g_mapped_file_free #endif diff --git a/tests/examples/app/appsrc-seekable.c b/tests/examples/app/appsrc-seekable.c index adff5bb9d5..8d873d969e 100644 --- a/tests/examples/app/appsrc-seekable.c +++ b/tests/examples/app/appsrc-seekable.c @@ -31,7 +31,7 @@ #include /* FIXME: remove once we depend on GLib >= 2.22 */ -#if !GLIB_CHECK_VERSION (2, 22, 0) +#if !GLIB_CHECK_VERSION (2, 21, 3) #define g_mapped_file_unref g_mapped_file_free #endif diff --git a/tests/examples/app/appsrc-stream.c b/tests/examples/app/appsrc-stream.c index ea3286f29a..986dfb8ed5 100644 --- a/tests/examples/app/appsrc-stream.c +++ b/tests/examples/app/appsrc-stream.c @@ -31,7 +31,7 @@ #include /* FIXME: remove once we depend on GLib >= 2.22 */ -#if !GLIB_CHECK_VERSION (2, 22, 0) +#if !GLIB_CHECK_VERSION (2, 21, 3) #define g_mapped_file_unref g_mapped_file_free #endif diff --git a/tests/examples/app/appsrc-stream2.c b/tests/examples/app/appsrc-stream2.c index e0c8922a87..66a5332e25 100644 --- a/tests/examples/app/appsrc-stream2.c +++ b/tests/examples/app/appsrc-stream2.c @@ -31,7 +31,7 @@ #include /* FIXME: remove once we depend on GLib >= 2.22 */ -#if !GLIB_CHECK_VERSION (2, 22, 0) +#if !GLIB_CHECK_VERSION (2, 21, 3) #define g_mapped_file_unref g_mapped_file_free #endif