Issue #2332 - libvpx upgrade followup part 4

Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version
This commit is contained in:
Basilisk-Dev 2023-10-04 21:51:58 -04:00 • committed by roytam1
commit ee5b062139

View file

@ -73,6 +73,9 @@ else:
ASFLAGS += [ '-I%s/media/libvpx/config/generic/' % TOPSRCDIR ] ASFLAGS += [ '-I%s/media/libvpx/config/generic/' % TOPSRCDIR ]
CFLAGS += [ '-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. # We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True ALLOW_COMPILER_WARNINGS = True