mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Issue #2332 - libvpx upgrade followup part 4
Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version
This commit is contained in:
parent
fcb078d794
commit
ee5b062139
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue