diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-12-01 15:49:23 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-12-01 15:49:23 -0500 |
commit | 73bef64e1c7c8684de3438a17cc01927f0522d6f (patch) | |
tree | 6937be7e55fe8baf5239394ee7ff46620f9960bc /libs/libopus/moz.build | |
parent | e17b76b4e19e6086f63fd7df867c39f69e1024d8 (diff) | |
download | aura-central-73bef64e1c7c8684de3438a17cc01927f0522d6f.tar.gz |
No Issue - Sort the lgpl and gre media libs situation
Diffstat (limited to 'libs/libopus/moz.build')
-rw-r--r-- | libs/libopus/moz.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libopus/moz.build b/libs/libopus/moz.build index 9ef394940..d8939d0fc 100644 --- a/libs/libopus/moz.build +++ b/libs/libopus/moz.build @@ -16,13 +16,13 @@ EXPORTS.opus += [ # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['OPUS_BUILD'] = True DEFINES['OPUS_VERSION'] = '"v1.1.3-mozilla"' DEFINES['USE_ALLOCA'] = True -# We only need to export symbols if we're built into libgkmedias +# We only need to export symbols if we're built into libgremedia # instead of libxul. if not CONFIG['GKMEDIAS_SHARED_LIBRARY']: DEFINES['OPUS_EXPORT'] = '' |