From a1b8092c872977e3289e6cf5232d5b534fbd90b8 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jun 2010 08:26:14 +0000 Subject: Factorize MPlayer/MEncoder version string handling. The string now resides in a central object file instead of being duplicated in every file that requires a version string. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31577 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index 3c35b8221a..b025dcc890 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -27,7 +27,11 @@ extern double sub_last_pts; extern struct ass_track *ass_track; extern subtitle *vo_sub_last; +extern const char *mencoder_version; +extern const char *mplayer_version; + struct MPContext; + void print_version(const char* name); void update_subtitles(struct MPContext *mpctx, struct MPOpts *opts, sh_video_t *sh_video, double refpts, double sub_offset, -- cgit v1.2.3