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 46b19cae4314749c391f59746f1003c0cdfc68c3..cdca865c33358833d4b75f9c4ff70a6d83abbe99 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 adff5bb9d5d9006942bd29a85b9ff8b03f5e2329..8d873d969e2e2f9d5fa63ac4f1cd7834c14f2b29 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 ea3286f29a2dae39a1fe4ecf304f65b42e74d9b5..986dfb8ed5b11ccc4e4c9dcbeaad32c45bac7583 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 e0c8922a87d67e052bdd079ae3911b58b13e08f6..66a5332e25ae647d92a3e808c351aa5f02324495 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