0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Revert "osdep/meson: add libplacebo include dir to swift compile"

This is not needed since we removed the libplacebo wrap not too long
after this commit.

This reverts commit 4de76ce87a.
This commit is contained in:
Dudemanguy 2023-11-27 13:26:32 -06:00
parent 7cca2a304e
commit b9d392ecd9

View File

@ -25,9 +25,7 @@ swift_flags += extra_flags
swift_compile = [swift_prog, swift_flags, '-module-name', 'macOS_swift',
'-emit-module-path', '@OUTPUT0@', '-import-objc-header', bridge,
'-emit-objc-header-path', '@OUTPUT1@', '-o', '@OUTPUT2@',
'@INPUT@', '-I.', '-I' + source_root,
'-I' + libplacebo.get_variable('includedir',
default_value: source_root / 'subprojects' / 'libplacebo' / 'src' / 'include')]
'@INPUT@', '-I.', '-I' + source_root]
swift_targets = custom_target('swift_targets',
input: swift_sources,