Skip to content
Snippets Groups Projects
Commit cb427358 authored by gcp's avatar gcp Committed by Jean-Marc Valin
Browse files

Add missing multistream sources to MSVC project file.

parent bdf87401
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@
<ClCompile Include="opus_decoder.c" />
<ClCompile Include="opus_demo.c" />
<ClCompile Include="opus_encoder.c" />
<ClCompile Include="opus_multistream.c" />
<ClCompile Include="repacketizer.c" />
</ItemGroup>
<ItemGroup>
......
......@@ -30,6 +30,9 @@
<ClCompile Include="opus_demo.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="opus_multistream.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\win32\config.h">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment