From ee5b0621393ad18a09c6e317cb65916e389a5c59 Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Wed, 4 Oct 2023 21:51:58 -0400 Subject: [PATCH] Issue #2332 - libvpx upgrade followup part 4 Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version --- media/libvpx/moz.build | 3 +++ 1 file changed, 3 insertions(+) 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