summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_common.m
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 /video/out/cocoa_common.m
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 'video/out/cocoa_common.m')
-rw-r--r--video/out/cocoa_common.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m
index 1940861dca..09637c41a5 100644
--- a/video/out/cocoa_common.m
+++ b/video/out/cocoa_common.m
@@ -163,7 +163,7 @@ static void disable_power_management(struct vo_cocoa_state *s)
}
static const char macosx_icon[] =
-#include "osdep/macosx_icon.inc"
+#include "generated/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns.inc"
;
static void set_application_icon(NSApplication *app)