tutorial6: Do not use linux specific .so names for the glib
authorThibault Saunier <tsaunier@igalia.com>
Mon, 21 May 2018 08:34:13 +0000 (04:34 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 1 Jun 2018 13:15:48 +0000 (09:15 -0400)
And let the glib-2.0.dll.config do its job

https://bugzilla.gnome.org/show_bug.cgi?id=796287

samples/BasicTutorial6.cs

index 71a340a..87c2b4a 100644 (file)
@@ -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