Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mark Harris
Opus
Commits
08eb1b8b
Unverified
Commit
08eb1b8b
authored
Sep 01, 2016
by
Ricardo Constantino (:RiCON)
Committed by
Jean-Marc Valin
Sep 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vs2015: include files added in
76674fea
Signed-off-by:
Jean-Marc Valin
<
jmvalin@jmvalin.ca
>
parent
f9a57554
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
win32/VS2015/opus.vcxproj
win32/VS2015/opus.vcxproj
+2
-0
win32/VS2015/opus.vcxproj.filters
win32/VS2015/opus.vcxproj.filters
+6
-0
No files found.
win32/VS2015/opus.vcxproj
View file @
08eb1b8b
...
...
@@ -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"
/>
...
...
win32/VS2015/opus.vcxproj.filters
View file @
08eb1b8b
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment