mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
dllconfig: Fix glue name on osx
This commit is contained in:
parent
f4f5a90f43
commit
1ac3cd8193
1 changed files with 1 additions and 1 deletions
|
@ -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="libgstreamersharpglue-1.0.0.dll" target="libgstreamersharpglue-1.0.0.dylib" os="osx"/>
|
||||
<dllmap dll="libgstreamersharpglue-1.0.0.dll" target="libgstreamersharpglue-1.0.0.so" 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