summaryrefslogtreecommitdiffstats
path: root/common/common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-01 12:16:42 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2018-01-01 21:05:09 +0000
commit49e704cb19dfe72b293fd286395e37ed1d3c3d99 (patch)
treed0e1ffeca2f87986d1378f4a31cca39f844f6a22 /common/common.h
parenta90abe05462a689e55280bc78af2999aa1f3823e (diff)
downloadmpv-49e704cb19dfe72b293fd286395e37ed1d3c3d99.tar.bz2
mpv-49e704cb19dfe72b293fd286395e37ed1d3c3d99.tar.xz
build: move copyright statement to a shared location
Now macosx_menubar.m and mpv.rc (win32) use the same copyright string. (This is a bit roundabout, because mpv.rc can't use C constants. Also the C code wants to avoid rebuilding real source files if only version.h changed, so only version.c includes version.h.)
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.h b/common/common.h
index bed9060f71..8dd02026f6 100644
--- a/common/common.h
+++ b/common/common.h
@@ -68,6 +68,7 @@ enum {
extern const char mpv_version[];
extern const char mpv_builddate[];
+extern const char mpv_copyright[];
char *mp_format_time(double time, bool fractions);
char *mp_format_time_fmt(const char *fmt, double time);