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:
authorGregory Maxwell <greg@xiph.org>2012-08-29 19:41:30 +0400
committerGregory Maxwell <greg@xiph.org>2012-08-29 19:41:30 +0400
commit865124f79ca0bbd34e8ad462fdd915e2a706c1c6 (patch)
tree303b4af7643a8c4e02c52150b69d402215c9f022 /src/opus.vcxproj
parent5467ce7b3f8465a714dd639b615c7eecef547b0e (diff)
Add opus_multistream.h to MSVC project files.
Diffstat (limited to 'src/opus.vcxproj')
-rw-r--r--src/opus.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opus.vcxproj b/src/opus.vcxproj
index dad27d4e..a04d4c60 100644
--- a/src/opus.vcxproj
+++ b/src/opus.vcxproj
@@ -208,6 +208,7 @@
<ClInclude Include="..\include\opus.h" />
<ClInclude Include="..\include\opus_defines.h" />
<ClInclude Include="..\include\opus_types.h" />
+ <ClInclude Include="..\include\opus_multistream.h" />
<ClInclude Include="..\win32\config.h" />
<ClInclude Include="opus_private.h" />
</ItemGroup>