[opus] [PATCH] vs2015: include files added in 76674fea
Jean-Marc Valin
jmvalin at jmvalin.ca
Thu Sep 1 18:27:19 UTC 2016
Thanks for the fix. Merged in master
On 01/09/16 02:21 PM, Ricardo Constantino (:RiCON) wrote:
> ---
> win32/VS2015/opus.vcxproj | 2 ++
> win32/VS2015/opus.vcxproj.filters | 6 ++++++
> 2 files changed, 8 insertions(+)
>
> diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj
> index d9aaa03..f55ea37 100644
> --- a/win32/VS2015/opus.vcxproj
> +++ b/win32/VS2015/opus.vcxproj
> @@ -852,6 +852,7 @@
> <ClInclude Include="..\..\celt\vq.h" />
> <ClInclude Include="..\..\celt\x86\celt_lpc_sse.h" />
> <ClInclude Include="..\..\celt\x86\pitch_sse.h" />
> + <ClInclude Include="..\..\celt\x86\vq_sse.h" />
> <ClInclude Include="..\..\celt\x86\x86cpu.h" />
> <ClInclude Include="..\..\celt\_kiss_fft_guts.h" />
> <ClInclude Include="..\..\include\opus.h" />
> @@ -913,6 +914,7 @@
> <ClCompile Include="..\..\celt\x86\pitch_sse.c" />
> <ClCompile Include="..\..\celt\x86\pitch_sse2.c" />
> <ClCompile Include="..\..\celt\x86\pitch_sse4_1.c" />
> + <ClCompile Include="..\..\celt\x86\vq_sse2.c" />
> <ClCompile Include="..\..\celt\x86\x86cpu.c" />
> <ClCompile Include="..\..\celt\x86\x86_celt_map.c" />
> <ClCompile Include="..\..\silk\A2NLSF.c" />
> diff --git a/win32/VS2015/opus.vcxproj.filters b/win32/VS2015/opus.vcxproj.filters
> index d05ef1b..3d749e0 100644
> --- a/win32/VS2015/opus.vcxproj.filters
> +++ b/win32/VS2015/opus.vcxproj.filters
> @@ -213,6 +213,9 @@
> <ClInclude Include="..\..\silk\float\structs_FLP.h">
> <Filter>Header Files</Filter>
> </ClInclude>
> + <ClInclude Include="..\..\celt\x86\vq_sse.h">
> + <Filter>Header Files</Filter>
> + </ClInclude>
> </ItemGroup>
> <ItemGroup>
> <ClCompile Include="..\..\src\analysis.c">
> @@ -725,5 +728,8 @@
> <ClCompile Include="..\..\silk\LPC_fit.c">
> <Filter>Source Files</Filter>
> </ClCompile>
> + <ClCompile Include="..\..\celt\x86\vq_sse2.c">
> + <Filter>Source Files</Filter>
> + </ClCompile>
> </ItemGroup>
> </Project>
> \ No newline at end of file
>
More information about the opus
mailing list