gstreamer-sharp.dll.config: The glue library is called gstreamersharpglue, not gstsha...
authorSebastian Dröge <sebastian@centricular.com>
Fri, 29 Aug 2014 06:56:13 +0000 (09:56 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 29 Aug 2014 06:56:56 +0000 (09:56 +0300)
out/gstreamer-sharp.dll.config

index d6ddcd67c80611769d36db149da45d44a978b338..d0b2a2bd61628579dfb1fa44bc1fa7189a362817 100644 (file)
@@ -1,6 +1,6 @@
 <configuration>
   <!-- Linux -->
-  <dllmap dll="libgstsharpglue-1.0.0.dll" target="libgstsharpglue-1.0.0.so" os="linux"/>
+  <dllmap dll="libgstreamersharpglue-1.0.0.dll" target="libgstreamersharpglue-1.0.0.so" os="linux"/>
   <dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.so" os="linux"/>
   <dllmap dll="libgstaudio-1.0-0.dll" target="libgstaudio-1.0.so" os="linux"/>
   <dllmap dll="libgstbase-1.0-0.dll" target="libgstbase-1.0.so" os="linux"/>
@@ -18,7 +18,7 @@
   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so" os="linux"/>
   <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so" os="linux"/>
   <!-- Mac OS X -->
-  <dllmap dll="libgstsharpglue-1.0.0.dll" target="libgstsharpglue-1.0.0.dylib" os="osx"/>
+  <dllmap dll="libgstreamersharpglue-1.0.0.dll" target="libgstreamersharpglue-1.0.0.dylib" os="osx"/>
   <dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.dylib" os="osx"/>
   <dllmap dll="libgstaudio-1.0-0.dll" target="libgstaudio-1.0.dylib" os="osx"/>
   <dllmap dll="libgstbase-1.0-0.dll" target="libgstbase-1.0.dylib" os="osx"/>