diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-11-03 21:10:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-11-03 21:18:23 +0100 |
commit | 611a94e3a673a61b51746366366c698c66ef0195 (patch) | |
tree | 977cd1305cc8b5a1031d5607ed907355d08cc308 /modules/opus/SCsub | |
parent | f0b71621776af65911e624420bb79d118b438bbb (diff) |
opus: Move public headers to match system install
Diffstat (limited to 'modules/opus/SCsub')
-rw-r--r-- | modules/opus/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/opus/SCsub b/modules/opus/SCsub index 491380c826..4d3053c7ec 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", |