From a4223fcb421a324864704681c5e60866d3e3e4c9 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 21 May 2018 04:34:13 -0400 Subject: 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 --- samples/BasicTutorial6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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 -- cgit v1.2.3