mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
clang on windows support
This commit is contained in:
parent
b08f544172
commit
1d44f05fba
22 changed files with 208 additions and 65 deletions
|
|
@ -162,6 +162,13 @@ SOURCES += [
|
|||
'xiph.c'
|
||||
]
|
||||
|
||||
# dummy_funcs.c intentionally provides tentative definitions for FFmpeg
|
||||
# objects that are disabled by the generated configuration. Clang's default
|
||||
# -fno-common turns those placeholders into duplicate definitions when an
|
||||
# enabled codec supplies the real object.
|
||||
if CONFIG['CLANG_CL']:
|
||||
SOURCES['dummy_funcs.c'].flags += ['-fcommon']
|
||||
|
||||
SYMBOLS_FILE = 'avcodec.symbols'
|
||||
NO_VISIBILITY_FLAGS = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue