This commit is contained in:
ownedbywuigi 2026-04-05 18:06:53 +01:00
commit 8c34d56b90
3 changed files with 14 additions and 6 deletions

View file

@ -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