summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-07-23 17:54:35 -0500
committerDudemanguy <random342@airmail.cc>2023-07-31 19:00:06 +0000
commit0bed2a226301bc7392f37e5d14e8f67c7037f0eb (patch)
tree96a6f2897d4ef505c26fb76cc8920b8d39279ea0 /sub/osd_libass.c
parentb3b7ee8f4c07f1174140e7612e25dca9a23e6cbb (diff)
downloadmpv-0bed2a226301bc7392f37e5d14e8f67c7037f0eb.tar.bz2
mpv-0bed2a226301bc7392f37e5d14e8f67c7037f0eb.tar.xz
build: remove outdated generated directory
This only existed as essentially a workaround for meson's behavior and to maintain compatibility with the waf build. Since waf put everything in a generated subdirectory, we had to put make a subdirectory called "generated" in the source for meson so stuff could go to the right place. Well now we don't need to do that anymore. Move the meson.build files around so they go in the appropriate place in the subdirectory of the source tree and change the paths of the headers accordingly. A couple of important things to note. 1. mpv.com now gets made in build/player/mpv.com (necessary because of a meson limitation) 2. The macos icon generation path is shortened to TOOLS/osxbundle/icon.icns.inc.
Diffstat (limited to 'sub/osd_libass.c')
-rw-r--r--sub/osd_libass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/osd_libass.c b/sub/osd_libass.c
index 1687f145b3..d4c0b1107a 100644
--- a/sub/osd_libass.c
+++ b/sub/osd_libass.c
@@ -29,7 +29,7 @@
#include "osd_state.h"
static const char osd_font_pfb[] =
-#include "generated/sub/osd_font.otf.inc"
+#include "sub/osd_font.otf.inc"
;
#include "sub/ass_mp.h"