mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
opus: Move public headers to match system install
(cherry picked from commit 611a94e3a6)
This commit is contained in:
parent
ce54b6ea8b
commit
da4a870bc4
9 changed files with 3 additions and 2 deletions
|
|
@ -201,6 +201,7 @@ if (env['builtin_opus'] != 'no'):
|
||||||
thirdparty_include_paths = [
|
thirdparty_include_paths = [
|
||||||
"",
|
"",
|
||||||
"celt",
|
"celt",
|
||||||
|
"opus",
|
||||||
"silk",
|
"silk",
|
||||||
"silk/fixed",
|
"silk/fixed",
|
||||||
"silk/float",
|
"silk/float",
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
#include "os/file_access.h"
|
#include "os/file_access.h"
|
||||||
#include "scene/resources/audio_stream.h"
|
#include "scene/resources/audio_stream.h"
|
||||||
|
|
||||||
#include <opusfile.h>
|
#include <opus/opusfile.h>
|
||||||
|
|
||||||
class AudioStreamPlaybackOpus : public AudioStreamPlayback {
|
class AudioStreamPlaybackOpus : public AudioStreamPlayback {
|
||||||
|
|
||||||
|
|
|
||||||
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
|
|
@ -128,7 +128,7 @@ Files extracted from upstream source:
|
||||||
|
|
||||||
- all .c and .h files in src/ (both opus and opusfile),
|
- all .c and .h files in src/ (both opus and opusfile),
|
||||||
except `opus_demo.c`
|
except `opus_demo.c`
|
||||||
- all .h files in include/ (both opus and opusfile)
|
- all .h files in include/ (both opus and opusfile) as opus/
|
||||||
- COPYING
|
- COPYING
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue