You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
opus: Move public headers to match system install
(cherry picked from commit 611a94e3a6)
This commit is contained in:
@@ -201,6 +201,7 @@ if (env['builtin_opus'] != 'no'):
|
||||
thirdparty_include_paths = [
|
||||
"",
|
||||
"celt",
|
||||
"opus",
|
||||
"silk",
|
||||
"silk/fixed",
|
||||
"silk/float",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "os/file_access.h"
|
||||
#include "scene/resources/audio_stream.h"
|
||||
|
||||
#include <opusfile.h>
|
||||
#include <opus/opusfile.h>
|
||||
|
||||
class AudioStreamPlaybackOpus : public AudioStreamPlayback {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user