mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
ff322864f2
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.
7 lines
205 B
Meson
7 lines
205 B
Meson
osd_font = custom_target('osd_font.otf',
|
|
input: join_paths(source_root, 'sub', 'osd_font.otf'),
|
|
output: 'osd_font.otf.inc',
|
|
command: [file2string, '@INPUT@', '@OUTPUT@'],
|
|
)
|
|
sources += osd_font
|