Revert "[mod_opus] Fix Windows build regression made by previous commit"
This reverts commit 25afda9be0
.
This commit is contained in:
parent
224eb221e0
commit
95457f7922
|
@ -130,10 +130,6 @@
|
||||||
</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.h"
|
#include <opus/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