mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 22:28:22 +00:00
gstreamer-sharp.dll.config: The glue library is called gstreamersharpglue, not gstsharpglue
This commit is contained in:
parent
a45926709b
commit
2c7ef89304
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue