Skip to content

Commit

Permalink
Bundle Irisbond dependencies
Browse files Browse the repository at this point in the history
These ffmpeg DLLs seem to be required by IrisbondHiruAPI.dll,
bundling them in the app directly avoids need to install any
Irisbond drivers for the Hiru
  • Loading branch information
kmcnaught authored and JuliusSweetland committed Jun 22, 2022
1 parent 41ad925 commit 4eb4794
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
Binary file added ext/IrisBond/avcodec-58.dll
Binary file not shown.
Binary file added ext/IrisBond/avdevice-58.dll
Binary file not shown.
Binary file added ext/IrisBond/avfilter-7.dll
Binary file not shown.
Binary file added ext/IrisBond/avformat-58.dll
Binary file not shown.
Binary file added ext/IrisBond/avutil-56.dll
Binary file not shown.
Binary file added ext/IrisBond/swresample-3.dll
Binary file not shown.
Expand Up @@ -989,6 +989,26 @@
<EmbeddedResource Include="Properties\Resources.hr-HR.resx" />
<EmbeddedResource Include="Properties\Resources.da-DK.resx" />
<EmbeddedResource Include="Properties\Resources.uk-UA.resx" />
<Content Include="..\..\ext\IrisBond\avcodec-58.dll">
<Link>avcodec-58.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\ext\IrisBond\avdevice-58.dll">
<Link>avdevice-58.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\ext\IrisBond\avfilter-7.dll">
<Link>avfilter-7.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\ext\IrisBond\avformat-58.dll">
<Link>avformat-58.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\ext\IrisBond\avutil-56.dll">
<Link>avutil-56.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\ext\IrisBond\IrisbondHiruAPI.dll">
<Link>IrisbondHiruAPI.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -998,6 +1018,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\Resources.ur-PK.resx" />
<Content Include="..\..\ext\IrisBond\swresample-3.dll">
<Link>swresample-3.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Dictionaries\UrduPakistan.dic">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit 4eb4794

Please sign in to comment.