mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
Revert "[mod_opus] Fix Windows build regression made by previous commit"
This reverts commit 25afda9be002a2edd7311d2d10531ce88431b5c3.
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…
x
Reference in New Issue
Block a user