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:
Maarten Bosmans 2009-05-22 13:40:05 +02:00 committed by Sebastian Dröge
parent 9c98624029
commit e37e8d7c17

View file

@ -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 ();