opus: Move public headers to match system install

This commit is contained in:
Rémi Verschelde 2016-11-03 21:10:34 +01:00
parent f0b7162177
commit 611a94e3a6
10 changed files with 4 additions and 3 deletions

View file

@ -24,7 +24,7 @@ if (env['builtin_libogg'] != 'no'):
if (env['builtin_libvorbis'] != 'no'):
env_webm.Append(CPPPATH=["#thirdparty/libvorbis"])
if (env['builtin_opus'] != 'no'):
env_webm.Append(CPPPATH=["#thirdparty"])
env_webm.Append(CPPPATH=["#thirdparty/opus"])
if (env['builtin_libvpx'] != 'no'):
Export('env_webm')