mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Add .dll suffix to the glue dllimport to make it work on Windows
This commit is contained in:
parent
d5843a078d
commit
6863c0b13b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace Gst.GLib
|
|||
g_thread_init (IntPtr.Zero);
|
||||
}
|
||||
|
||||
[DllImport("gstreamersharpglue-0.10")]
|
||||
[DllImport("gstreamersharpglue-0.10.dll")]
|
||||
static extern bool gstglibsharp_g_thread_supported ();
|
||||
|
||||
public static bool Supported
|
||||
|
|
Loading…
Reference in a new issue