summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-06 14:15:37 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-06 14:15:37 +0000
commit5c8f8897f97c6bd8cd1b4c675502c0248cf1c94b (patch)
treea7eaf232c0297bfa58850e4d975bb5995c258feb /TOOLS
parentbb149bb929099e4722a5809f6013af3929f7b929 (diff)
downloadmpv-5c8f8897f97c6bd8cd1b4c675502c0248cf1c94b.tar.bz2
mpv-5c8f8897f97c6bd8cd1b4c675502c0248cf1c94b.tar.xz
__defines are reserved for gcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vfw2menc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c
index 0802a187c8..51d91ffd51 100644
--- a/TOOLS/vfw2menc.c
+++ b/TOOLS/vfw2menc.c
@@ -29,7 +29,7 @@
#pragma warning(disable: 4996)
#endif
-#define __VERSION__ "0.1"
+#define VERSION "0.1"
#include <stdio.h>
#include <stdlib.h>
@@ -152,7 +152,7 @@ static struct option long_options[] =
void help(const char *progname)
{
- printf("VFW to mencoder v"__VERSION__" - Copyright 2007 - Gianluigi Tiesi <sherpya@netfarm.it>\n");
+ printf("VFW to mencoder v"VERSION" - Copyright 2007 - Gianluigi Tiesi <sherpya@netfarm.it>\n");
printf("This program is Free Software\n\n");
printf("Usage: %s\n", progname);
printf(" -h|--help - displays this help\n");