From: Thibault Saunier Date: Mon, 21 May 2018 08:34:13 +0000 (-0400) Subject: tutorial6: Do not use linux specific .so names for the glib X-Git-Tag: 1.19.3~483^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4223fcb421a324864704681c5e60866d3e3e4c9;p=platform%2Fupstream%2Fgstreamer.git tutorial6: Do not use linux specific .so names for the glib And let the glib-2.0.dll.config do its job https://bugzilla.gnome.org/show_bug.cgi?id=796287 --- diff --git a/samples/BasicTutorial6.cs b/samples/BasicTutorial6.cs index 71a340a..87c2b4a 100644 --- a/samples/BasicTutorial6.cs +++ b/samples/BasicTutorial6.cs @@ -190,7 +190,7 @@ namespace GstreamerSharp pipeline.SetState (State.Null); } - [DllImport ("libglib-2.0.so.0")] + [DllImport ("libglib-2.0.dll")] static extern IntPtr g_quark_to_string (uint quark); } } \ No newline at end of file