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:
Diffstat (limited to 'win32/VS2010/silk_fixed.vcxproj')
-rw-r--r--win32/VS2010/silk_fixed.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/VS2010/silk_fixed.vcxproj b/win32/VS2010/silk_fixed.vcxproj
index 3d0e0fca..5ea1a913 100644
--- a/win32/VS2010/silk_fixed.vcxproj
+++ b/win32/VS2010/silk_fixed.vcxproj
@@ -161,9 +161,9 @@
<ItemGroup>
<ClInclude Include="..\..\include\opus_types.h" />
<ClInclude Include="..\..\win32\config.h" />
- <ClInclude Include="..\SigProc_FIX.h" />
- <ClInclude Include="main_FIX.h" />
- <ClInclude Include="structs_FIX.h" />
+ <ClInclude Include="..\..\silk\SigProc_FIX.h" />
+ <ClInclude Include="..\..\silk\fixed\main_FIX.h" />
+ <ClInclude Include="..\..\silk\fixed\structs_FIX.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\silk\fixed\apply_sine_window_FIX.c" />
@@ -195,4 +195,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>