mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Pt 2
This commit is contained in:
parent
8d81720534
commit
8c34d56b90
3 changed files with 14 additions and 6 deletions
|
|
@ -42,7 +42,6 @@ SOURCES += [
|
|||
'hash.c',
|
||||
'hmac.c',
|
||||
'hwcontext.c',
|
||||
# 'hwcontext_cuda.c', # DISABLED: macOS does not support CUDA/NVCUVID
|
||||
'imgutils.c',
|
||||
'integer.c',
|
||||
'intmath.c',
|
||||
|
|
@ -82,6 +81,11 @@ SOURCES += [
|
|||
'xtea.c',
|
||||
]
|
||||
|
||||
if CONFIG['OS_ARCH'] != 'Darwin':
|
||||
SOURCES += [
|
||||
'hwcontext_cuda.c',
|
||||
]
|
||||
|
||||
SYMBOLS_FILE = 'avutil.symbols'
|
||||
NO_VISIBILITY_FLAGS = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue