summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-18 17:22:21 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-18 17:22:21 +0000
commit576bbb4fd83f4c4764e2776b5689cf198c9c9282 (patch)
tree74bab875bc35df2c6f54aee1f959e91cdb22a2d2 /tools
parentfc0e53ac61f8f8b6278f37127445ea379de47b87 (diff)
Remove compatibility code cruft for old GLib versions
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-discoverer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gst-discoverer.c b/tools/gst-discoverer.c
index 9101c49a1..f17def52c 100644
--- a/tools/gst-discoverer.c
+++ b/tools/gst-discoverer.c
@@ -514,11 +514,6 @@ main (int argc, char **argv)
};
GOptionContext *ctx;
-#if !GLIB_CHECK_VERSION (2, 31, 0)
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
ctx =
g_option_context_new
("- discover files synchronously with GstDiscoverer");