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,4 +1,4 @@
|
||||
[DllImport ("gstreamersharpglue-0.10") ]
|
||||
[DllImport ("gstreamersharpglue-0.10.dll") ]
|
||||
extern static uint gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
||||
|
||||
static uint framerate_offset = gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user