shithub: opus

Download patch

ref: e619ea76bfaec2b17d09d9c4283c0343d2c10e3f
parent: bd109a2b5224c93034afb0417d59b35dfa4b9bf6
author: Ricardo Constantino <wiiaboo@gmail.com>
date: Thu Nov 3 17:12:04 EDT 2016

vs2015: Add missing file to test_opus_encode.

Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/win32/VS2015/test_opus_encode.vcxproj
+++ b/win32/VS2015/test_opus_encode.vcxproj
@@ -51,6 +51,7 @@
     </ProjectConfiguration>
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\tests\opus_encode_regressions.c" />
     <ClCompile Include="..\..\tests\test_opus_encode.c" />
   </ItemGroup>
   <ItemGroup>
--- a/win32/VS2015/test_opus_encode.vcxproj.filters
+++ b/win32/VS2015/test_opus_encode.vcxproj.filters
@@ -10,5 +10,8 @@
     <ClCompile Include="..\..\tests\test_opus_encode.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\tests\opus_encode_regressions.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
 </Project>
\ No newline at end of file