diff mpcommon.h @ 31511:13ca93203358

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.
author diego
date Mon, 28 Jun 2010 08:26:14 +0000
parents dc26022e9c27
children 55dacfca4a43
line wrap: on
line diff
--- a/mpcommon.h	Sun Jun 27 20:47:26 2010 +0000
+++ b/mpcommon.h	Mon Jun 28 08:26:14 2010 +0000
@@ -32,6 +32,9 @@
 extern float sub_delay;
 extern float sub_fps;
 
+extern const char *mencoder_version;
+extern const char *mplayer_version;
+
 extern const m_option_t noconfig_opts[];
 
 void print_version(const char* name);