mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 09:47:39 +00:00
Added dllmap for mediainfo freebsd
This commit is contained in:
parent
cec479923f
commit
1ff652f6d6
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
<configuration>
|
||||
<dllmap os="osx" dll="MediaInfo.dll" target="libmediainfo.dylib"/>
|
||||
<dllmap os="linux" dll="MediaInfo.dll" target="libmediainfo.so.0" />
|
||||
<dllmap os="freebsd" dll="MediaInfo.dll" target="libmediainfo.so.0" />
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue