dllmap: Fixed mapping for glue library

This commit is contained in:
Stephan Sundermann 2013-10-12 18:42:46 +02:00
parent 7d6ad28a35
commit 2666e9a64c
2 changed files with 2 additions and 1 deletions

View 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"/>

View 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") ]