Use libgst*.dll in DllImport attribute, instead of gst*.dll

Nescessary for .NET, which doesn't prefix the library filename with lib automatically.
This commit is contained in:
Maarten Bosmans 2009-05-22 12:37:40 +02:00 committed by Sebastian Dröge
parent 5c772af9ce
commit 9c98624029

View file

@ -1,6 +1,6 @@
<gapi-parser-input>
<api filename="../gstreamer-sharp/gstreamer-api.raw">
<library name="gstreamer-0.10.dll">
<library name="libgstreamer-0.10.dll">
<namespace name="Gst">
<dir>../../gstreamer/gst</dir>
<!-- Needs to be bound -->
@ -29,7 +29,7 @@
<exclude>../../gstreamer/gst/gettext.h</exclude>
</namespace>
</library>
<library name="gstinterfaces-0.10.dll">
<library name="libgstinterfaces-0.10.dll">
<namespace name="Gst.Interfaces">
<dir>../../gst-plugins-base/gst-libs/gst/interfaces</dir>
<!-- Not bound -->