Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-11-09 21:42:59 +0400
committerRalph Giles <giles@mozilla.com>2012-11-09 23:58:26 +0400
commitc8231202b28baf455efecee3d51d529222660817 (patch)
tree3959d141e749b7f163465cd3c6a4d3ecba84f9b9 /src/opus.vcxproj
parent57fa05633f61574db681b5067272d2b386f886ea (diff)
Add the new source files to the MSVC projects.
Commits ae0e2ca8 and 6906210c split encode and decode support into separate files to help reduce the footprint of decode-only builds. This commit adds the new source files to the MSVC project files, fixing that build.
Diffstat (limited to 'src/opus.vcxproj')
-rw-r--r--src/opus.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opus.vcxproj b/src/opus.vcxproj
index 47074084..c47c1ec3 100644
--- a/src/opus.vcxproj
+++ b/src/opus.vcxproj
@@ -198,6 +198,8 @@
<ClCompile Include="opus_decoder.c" />
<ClCompile Include="opus_encoder.c" />
<ClCompile Include="opus_multistream.c" />
+ <ClCompile Include="opus_multistream_decoder.c" />
+ <ClCompile Include="opus_multistream_encoder.c" />
<ClCompile Include="repacketizer.c" />
</ItemGroup>
<ItemGroup>