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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpcommon.c') diff --git a/mpcommon.c b/mpcommon.c index 5756b8ad6a..0b6d95d92b 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -44,6 +44,8 @@ ASS_Track *ass_track = 0; // current track to render sub_data* subdata = NULL; subtitle* vo_sub_last = NULL; +const char *mencoder_version = "MEncoder " VERSION; +const char *mplayer_version = "MPlayer " VERSION; void print_version(const char* name) { -- cgit v1.2.3