Use libgst*.dll in DllImport attribute, instead of gst*.dll
authorMaarten Bosmans <mkbosmans@gmail.com>
Fri, 22 May 2009 10:37:40 +0000 (12:37 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 22 May 2009 17:28:39 +0000 (19:28 +0200)
Nescessary for .NET, which doesn't prefix the library filename with lib automatically.

source/gstreamer-sharp-source.xml

index 880b54b..8b2ff78 100644 (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 -->