mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 08:45:06 +01:00
Merge pull request #952 from HurricaneHernandez/master
Adding version number to so name of libwebp for dllmap.
This commit is contained in:
commit
00da34b90a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<configuration>
|
||||
<dllmap dll="libwebp" target="./libwebp/osx/libwebp.5.dylib" os="osx"/>
|
||||
<dllmap dll="libwebp" target="libwebp.so" os="linux"/>
|
||||
</configuration>
|
||||
<dllmap dll="libwebp" target="libwebp.so.5" os="linux"/>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in a new issue