You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Remove Opus extra includes
Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those.
This commit is contained in:
@@ -26,10 +26,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
***********************************************************************/
|
||||
|
||||
#ifdef OPUS_HAVE_CONFIG_H
|
||||
#include "opus_config.h"
|
||||
#include "opus/opus_config.h"
|
||||
#endif
|
||||
|
||||
#include "silk_main.h"
|
||||
#include "opus/silk/silk_main.h"
|
||||
|
||||
/* shell coder; pulse-subframe length is hardcoded */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user