summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-22 00:03:31 +0200
committerwm4 <wm4@nowhere>2020-06-04 16:59:05 +0200
commit07b0c18bad6cb168191d390f10db998eb7201b67 (patch)
tree657b634fddaefa1fc4c8b552ccf3fd86a269c5aa /osdep
parentc67f36dd18f22dc027af129098a998866e4c2a33 (diff)
downloadmpv-07b0c18bad6cb168191d390f10db998eb7201b67.tar.bz2
mpv-07b0c18bad6cb168191d390f10db998eb7201b67.tar.xz
build: change filenames of generated files
Force them into a more consistent naming schema.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/macosx_application.m2
-rw-r--r--osdep/mpv.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m
index 0002552560..225d6c59fa 100644
--- a/osdep/macosx_application.m
+++ b/osdep/macosx_application.m
@@ -143,7 +143,7 @@ static void terminate_cocoa_application(void)
}
static const char macosx_icon[] =
-#include "osdep/macosx_icon.inc"
+#include "generated/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns.inc"
;
- (NSImage *)getMPVIcon
diff --git a/osdep/mpv.rc b/osdep/mpv.rc
index 7deb785144..afc84ead5c 100644
--- a/osdep/mpv.rc
+++ b/osdep/mpv.rc
@@ -16,7 +16,7 @@
*/
#include <winver.h>
-#include "version.h"
+#include "generated/version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2, 0, 0, 0