[BETA] macOS support

This commit is contained in:
wuggy 2026-04-04 15:51:31 +01:00
commit 2ab5bcf93d
32 changed files with 393 additions and 1386 deletions

View file

@ -112,3 +112,10 @@ if CONFIG['CLANG_CL']:
'-fmodules-cache-path=' + TOPOBJDIR + '/media/ffpvx',
'-fbuiltin-module-map',
]
if CONFIG['OS_TARGET'] == 'Darwin':
LOCAL_INCLUDES += [
'/media/ffvpx',
]
CFLAGS += ['-include', 'config_darwin_new.h']
CXXFLAGS += ['-include', 'config_darwin_new.h']