summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-11-27 13:26:32 -0600
committerDudemanguy <random342@airmail.cc>2023-11-27 20:44:07 +0000
commitb9d392ecd9543aecdfd6e6a06aa2f9585950ac27 (patch)
treeb45761549dcdf1aa9b7d62243741d21cdc244554 /osdep
parent7cca2a304eebcf72eca93887e91ccfe66f37ee2f (diff)
downloadmpv-b9d392ecd9543aecdfd6e6a06aa2f9585950ac27.tar.bz2
mpv-b9d392ecd9543aecdfd6e6a06aa2f9585950ac27.tar.xz
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 4de76ce87a545cd86ef493129b4cfeafe10e8e98.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/osdep/meson.build b/osdep/meson.build
index 21baafccdd..711f7bc8c3 100644
--- a/osdep/meson.build
+++ b/osdep/meson.build
@@ -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,