diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-03-28 14:50:12 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-03-28 17:14:07 +0200 |
commit | 1a0e860a122a26394016241f7d6b5e8c79beb51d (patch) | |
tree | 82ef55c8e99ef21b4a623ec5e5e0d9889999a8bf /src/totem-video-thumbnailer.c | |
parent | 401d165a7746dafb3943ee90a386050dab68111f (diff) | |
download | totem-1a0e860a122a26394016241f7d6b5e8c79beb51d.tar.gz |
main: Update glib requirements
Now that 2.32 is released
Diffstat (limited to 'src/totem-video-thumbnailer.c')
-rw-r--r-- | src/totem-video-thumbnailer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c index 3a4b232af..cf33774bc 100644 --- a/src/totem-video-thumbnailer.c +++ b/src/totem-video-thumbnailer.c @@ -978,10 +978,6 @@ int main (int argc, char *argv[]) const char *input, *output; ThumbApp app; -#if !GLIB_CHECK_VERSION (2, 31, 0) - g_thread_init (NULL); -#endif - context = g_option_context_new ("Thumbnail movies"); options = gst_init_get_option_group (); g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); |