]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "[mod_opus] Fix Windows build regression made by previous commit"
authorAndrey Volk <andywolk@gmail.com>
Wed, 12 Jul 2023 15:17:52 +0000 (18:17 +0300)
committerAndrey Volk <andywolk@gmail.com>
Wed, 12 Jul 2023 15:17:52 +0000 (18:17 +0300)
This reverts commit 25afda9be002a2edd7311d2d10531ce88431b5c3.

src/mod/codecs/mod_opus/mod_opus.2017.vcxproj
src/mod/codecs/mod_opus/opus_parse.c

index 18478701c826b02570d1e9be760eb784809965aa..3b73a6c42fcf32ce5552cc10ca32de93a5d7dfa0 100644 (file)
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="mod_opus.c" />
-    <ClCompile Include="opus_parse.c" />
-  </ItemGroup>
-  <ItemGroup>
-    <ClInclude Include="opus_parse.h" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\..\..\libs\win32\opus\opus.2017.vcxproj">
index b94f491ca0367b9f84bb2c8cb5083cd68b79c5dc..41e1ec6490c771ceb27856c96e69b8f647d9be89 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 #include "switch.h"
-#include "opus.h"
+#include <opus/opus.h>
 #include "opus_parse.h"
 /* Tables for LBRR_sympbol decoding */