diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 17:53:48 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 17:53:48 -0500 |
commit | 32ab9db7364b9dbb0db03503cf41e034cb4f1912 (patch) | |
tree | ec1238e7c961522dbaac443beeffda037f6f4673 /libs/moz.build | |
parent | 340ef868f19ca65d7b6ca09d71465c36655c51fd (diff) | |
download | aura-central-32ab9db7364b9dbb0db03503cf41e034cb4f1912.tar.gz |
Issue %3003 - Move libstagefright 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 2e81d8e5e..143970d25 100644 --- a/libs/moz.build +++ b/libs/moz.build @@ -32,6 +32,7 @@ DIRS += ['kiss_fft', 'libopus', 'libpng', 'libspeex_resampler', + 'libstagefright', 'libtheora', 'libwebp', ] |