[mod_opus] Fix Windows build regression made by previous commit
This commit is contained in:
parent
67840823c1
commit
25afda9be0
|
@ -130,6 +130,10 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="mod_opus.c" />
|
<ClCompile Include="mod_opus.c" />
|
||||||
|
<ClCompile Include="opus_parse.c" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="opus_parse.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\..\..\libs\win32\opus\opus.2017.vcxproj">
|
<ProjectReference Include="..\..\..\..\libs\win32\opus\opus.2017.vcxproj">
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "switch.h"
|
#include "switch.h"
|
||||||
#include <opus/opus.h>
|
#include "opus.h"
|
||||||
#include "opus_parse.h"
|
#include "opus_parse.h"
|
||||||
/* Tables for LBRR_sympbol decoding */
|
/* Tables for LBRR_sympbol decoding */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue