Deps: Add freesurround

This commit is contained in:
Stenzek
2024-04-16 16:55:09 +10:00
parent 35056c2c52
commit 7932d284f1
10 changed files with 1890 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\freesurround_decoder.cpp" />
<ClCompile Include="src\channelmaps.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\freesurround_decoder.h" />
</ItemGroup>
</Project>