mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #61 - Reinstate buildability with shared gkmedias dll
This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias.
This commit is contained in:
parent
2554a83d1d
commit
371d7cf05d
31 changed files with 804 additions and 16 deletions
|
|
@ -81,6 +81,9 @@ if CONFIG['OS_TARGET'] == 'Android':
|
|||
]
|
||||
DEFINES['USE_AUDIOTRACK'] = True
|
||||
|
||||
if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
|
||||
NO_VISIBILITY_FLAGS = True
|
||||
|
||||
FINAL_LIBRARY = 'gkmedias'
|
||||
|
||||
CFLAGS += CONFIG['MOZ_ALSA_CFLAGS']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue