dllmap: Fixed mapping for glue library
authorStephan Sundermann <stephansundermann@gmail.com>
Sat, 12 Oct 2013 16:42:46 +0000 (18:42 +0200)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:25 +0000 (16:52 +0100)
out/gstreamer-sharp.dll.config
sources/custom/DynamicSignal.cs

index 0f3963b039a77168a2b834cb0a6ec04a7dd700b4..7024e4086d806f8bc8ee13bb7c272923be26684f 100644 (file)
@@ -1,4 +1,5 @@
 <configuration>
+  <dllmap dll="libgstsharpglue-1.0.6.dll" target="libgstsharpglue-1.0.6.so"/>
   <dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.so.0"/>
   <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
index 557b13f9d64936db0f5899b25dd6d6d03dcedce3..dbe0ce20785256eed3b95deb7041e199b104d809 100644 (file)
@@ -397,7 +397,7 @@ namespace Gst {
       return ret;
     }
 
-    [DllImport ("libgstsharpglue-1\t.0.6.so") ]
+    [DllImport ("libgstsharpglue-1.0.6.so") ]
     static extern IntPtr gstsharp_g_type_from_instance (IntPtr o);
 
     [DllImport ("libgobject-2.0-0.dll") ]