diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 17:36:24 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 17:36:24 -0500 |
commit | f6f94a2126f2f1ecffadfbe63ae4a9edec92b2f7 (patch) | |
tree | 4953992a3ae9b2b89395c6f86344768bbab662f8 /libs/moz.build | |
parent | 11b9adfb2f5b59b1ef214dcececc5e4e6a100e05 (diff) | |
download | aura-central-f6f94a2126f2f1ecffadfbe63ae4a9edec92b2f7.tar.gz |
Issue %3003 - Move libopus to libs/
Diffstat (limited to 'libs/moz.build')
-rw-r--r-- | libs/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/moz.build b/libs/moz.build index 4b58039e4..63bbf5cbf 100644 --- a/libs/moz.build +++ b/libs/moz.build @@ -29,6 +29,7 @@ if CONFIG['MOZ_UPDATER']: DIRS += ['kiss_fft', 'libnestegg', 'libogg', + 'libopus', 'libpng', 'libwebp', ] |