mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Add .dll to gstreamersharpglue DllImport
Nescessary for .NET compatibility, where .dll isn't added for libraries with a . in the filename.
This commit is contained in:
parent
9c98624029
commit
e37e8d7c17
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[DllImport ("gstreamersharpglue-0.10") ]
|
[DllImport ("gstreamersharpglue-0.10.dll") ]
|
||||||
extern static uint gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
extern static uint gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
||||||
|
|
||||||
static uint framerate_offset = gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
static uint framerate_offset = gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
||||||
|
|
Loading…
Reference in a new issue