From 0bed2a226301bc7392f37e5d14e8f67c7037f0eb Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 23 Jul 2023 17:54:35 -0500 Subject: 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. --- demux/ebml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/ebml.h') diff --git a/demux/ebml.h b/demux/ebml.h index ceac05e00c..86a40092b6 100644 --- a/demux/ebml.h +++ b/demux/ebml.h @@ -63,7 +63,7 @@ struct ebml_parse_ctx { bool no_error_messages; }; -#include "generated/ebml_types.h" +#include "ebml_types.h" #define EBML_ID_INVALID 0xffffffff -- cgit v1.2.3