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:
parent
2f6752b3fe
commit
a4223fcb42
@ -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);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user