mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
Support webp image output
This commit is contained in:
5
MediaBrowser.Server.Mono/Imazen.WebP.config
Normal file
5
MediaBrowser.Server.Mono/Imazen.WebP.config
Normal file
@@ -0,0 +1,5 @@
|
||||
<configuration>
|
||||
<dllmap dll="libwebp" target="./libwebp/linux/lib/libwebp.so" os="linux"/>
|
||||
<dllmap dll="libwebp" target="./libwebp/linux/lib64/libwebp.so" os="linux"/>
|
||||
<dllmap dll="libwebp" target="./libwebp/mac/libwebp.dylib" os="osx"/>
|
||||
</configuration>
|
||||
@@ -145,6 +145,14 @@
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
|
||||
<Link>libwebp\linux\lib\libwebp.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\ThirdParty\libwebp\linux\x86_64\libwebp.so">
|
||||
<Link>libwebp\linux\lib64\libwebp.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll">
|
||||
<Link>sqlite3.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
@@ -165,5 +173,9 @@
|
||||
<Link>System.Data.SQLite.dll.config</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Imazen.WebP.dll.config">
|
||||
<Link>Imazen.WebP.dll.config</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user