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
This commit is contained in:
Thibault Saunier 2018-05-21 04:34:13 -04:00
parent 2f6752b3fe
commit a4223fcb42

View 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);
}
}