summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-05-21 04:34:13 -0400
committerThibault Saunier <tsaunier@igalia.com>2018-06-01 09:15:48 -0400
commita4223fcb421a324864704681c5e60866d3e3e4c9 (patch)
treebe35a6cf8fd77f371e69f851e672914c4b8ef911 /samples
parent2f6752b3fe9c5d321cddc6cc589e0b6a2ed116b5 (diff)
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
Diffstat (limited to 'samples')
-rw-r--r--samples/BasicTutorial6.cs2
1 files changed, 1 insertions, 1 deletions
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