X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ficles%2Fequalizer-test.c;h=fc6d5273eafd85b3e68c63716dbfaa004fbd4395;hb=HEAD;hp=e8126fad3a897893c3ad06a69060f79d7a00e82e;hpb=b1065bf2a5159183bde18dcd95c988ea42b86f83;p=framework%2Fmultimedia%2Fgst-plugins-good0.10.git diff --git a/tests/icles/equalizer-test.c b/tests/icles/equalizer-test.c index e8126fa..fc6d527 100644 --- a/tests/icles/equalizer-test.c +++ b/tests/icles/equalizer-test.c @@ -179,8 +179,10 @@ main (int argc, char **argv) GstPad *eq_sinkpad; gchar *uri; +#if !GLIB_CHECK_VERSION (2, 31, 0) if (!g_thread_supported ()) g_thread_init (NULL); +#endif /* command line option parsing */ ctx = g_option_context_new ("FILENAME");