mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 22:28:22 +00:00
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:
parent
5c772af9ce
commit
9c98624029
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue