dllmap: Fixed mapping for glue library
This commit is contained in:
parent
7d6ad28a35
commit
2666e9a64c
@ -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"/>
|
||||
|
@ -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") ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user