diff options
author | Basilisk-Dev <basiliskdev@protonmail.com> | 2023-10-04 21:51:58 -0400 |
---|---|---|
committer | Basilisk-Dev <basiliskdev@protonmail.com> | 2023-10-04 22:11:29 -0400 |
commit | bf6ed5545d1eb51b63e3e65cd378c78bfbf2d469 (patch) | |
tree | df9e51747683ca0b6a39d9c9ecd49b3efecc0173 | |
parent | 302411b4df3398e8d0337e9129c71ac4ed32eeb9 (diff) | |
download | uxp-bf6ed5545d1eb51b63e3e65cd378c78bfbf2d469.tar.gz |
Issue #2332 - libvpx upgrade followup part 4
Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version
-rw-r--r-- | media/libvpx/moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libvpx/moz.build b/media/libvpx/moz.build index 4b4869ca37..529d93741a 100644 --- a/media/libvpx/moz.build +++ b/media/libvpx/moz.build @@ -73,6 +73,9 @@ else: ASFLAGS += [ '-I%s/media/libvpx/config/generic/' % TOPSRCDIR ] CFLAGS += [ '-I%s/media/libvpx/config/generic/' % TOPSRCDIR ] +if CONFIG['GKMEDIAS_SHARED_LIBRARY']: + NO_VISIBILITY_FLAGS = True + # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True |