examples: g_mapped_file_unref exists already since GLib 2.21.3
authorVincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Sat, 9 Oct 2010 13:17:57 +0000 (14:17 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 10 Oct 2010 16:32:12 +0000 (18:32 +0200)
tests/examples/app/appsrc-ra.c
tests/examples/app/appsrc-seekable.c
tests/examples/app/appsrc-stream.c
tests/examples/app/appsrc-stream2.c

index 46b19ca..cdca865 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 /* 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
 
index adff5bb..8d873d9 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 /* 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
 
index ea3286f..986dfb8 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 /* 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
 
index e0c8922..66a5332 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 /* 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