From: Vincent Penquerc'h Date: Sat, 9 Oct 2010 13:17:57 +0000 (+0100) Subject: examples: g_mapped_file_unref exists already since GLib 2.21.3 X-Git-Tag: 1.19.3~511^2~7941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50a6f26684305ac9dd78cfe01a64be92cb27237b;p=platform%2Fupstream%2Fgstreamer.git examples: g_mapped_file_unref exists already since GLib 2.21.3 --- diff --git a/tests/examples/app/appsrc-ra.c b/tests/examples/app/appsrc-ra.c index 46b19ca..cdca865 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 adff5bb..8d873d9 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 ea3286f..986dfb8 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 e0c8922..66a5332 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