diff options
| author | Rémi Verschelde | 2016-11-03 21:10:34 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-11-03 21:22:56 +0100 |
| commit | da4a870bc40ebf62a13a8a136f43858cce78f66c (patch) | |
| tree | 3e8eba872f73d37b431bd3986819e9857f438416 /modules | |
| parent | ce54b6ea8b080085d66937750c8e729f862da3ea (diff) | |
| download | godot-da4a870bc40ebf62a13a8a136f43858cce78f66c.tar.gz godot-da4a870bc40ebf62a13a8a136f43858cce78f66c.tar.zst godot-da4a870bc40ebf62a13a8a136f43858cce78f66c.zip | |
opus: Move public headers to match system install
(cherry picked from commit 611a94e3a673a61b51746366366c698c66ef0195)
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/opus/SCsub | 1 | ||||
| -rw-r--r-- | modules/opus/audio_stream_opus.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/opus/SCsub b/modules/opus/SCsub index 491380c82..4d3053c7e 100644 --- a/modules/opus/SCsub +++ b/modules/opus/SCsub @@ -201,6 +201,7 @@ if (env['builtin_opus'] != 'no'): thirdparty_include_paths = [ "", "celt", + "opus", "silk", "silk/fixed", "silk/float", diff --git a/modules/opus/audio_stream_opus.h b/modules/opus/audio_stream_opus.h index 4da66fe16..abf0b5c15 100644 --- a/modules/opus/audio_stream_opus.h +++ b/modules/opus/audio_stream_opus.h @@ -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 { |
