[MPlayer-cvslog] r22478 - trunk/TOOLS/vfw2menc.c

compn subversion at mplayerhq.hu
Tue Mar 6 15:15:38 CET 2007


Author: compn
Date: Tue Mar  6 15:15:37 2007
New Revision: 22478

Modified:
   trunk/TOOLS/vfw2menc.c

Log:
__defines are reserved for gcc

Modified: trunk/TOOLS/vfw2menc.c
==============================================================================
--- trunk/TOOLS/vfw2menc.c	(original)
+++ trunk/TOOLS/vfw2menc.c	Tue Mar  6 15:15:37 2007
@@ -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 at netfarm.it>\n");
+    printf("VFW to mencoder v"VERSION" - Copyright 2007 - Gianluigi Tiesi <sherpya at netfarm.it>\n");
     printf("This program is Free Software\n\n");
     printf("Usage: %s\n", progname);
     printf("      -h|--help            - displays this help\n");



More information about the MPlayer-cvslog mailing list