From 38421dcd09b9199180c1aa4746e729d1bbb334e7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 13 Apr 2003 14:00:54 +0000 Subject: [PATCH] Renamed GCC2 to LIBEBML_GCC2 as GCC2 seemed to be too general a term to be used in other programs. --- acinclude.m4 | 2 +- mkvinfo.cpp | 4 ++-- mkvmerge.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 2a5490d19..1f4b8e6be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -530,7 +530,7 @@ AC_DEFUN(PATH_CXXVERSION, CXXVER_CFLAGS= case "$CXXVER" in 2.*) - CXXVER_CFLAGS=-DGCC2 + CXXVER_CFLAGS=-DLIBEBML_GCC2 AC_MSG_RESULT(v2) ;; 3*) diff --git a/mkvinfo.cpp b/mkvinfo.cpp index 10e52a276..8e691c0bc 100644 --- a/mkvinfo.cpp +++ b/mkvinfo.cpp @@ -12,7 +12,7 @@ /*! \file - \version \$Id: mkvinfo.cpp,v 1.5 2003/04/09 13:30:23 mosu Exp $ + \version \$Id: mkvinfo.cpp,v 1.6 2003/04/13 14:00:54 mosu Exp $ \brief retrieves and displays information about a Matroska file \author Moritz Bunkus */ @@ -33,7 +33,7 @@ #include -#ifdef GCC2 +#ifdef LIBEBML_GCC2 #include #endif diff --git a/mkvmerge.cpp b/mkvmerge.cpp index 9a2abb7a5..cb72330be 100644 --- a/mkvmerge.cpp +++ b/mkvmerge.cpp @@ -13,7 +13,7 @@ /*! \file - \version \$Id: mkvmerge.cpp,v 1.28 2003/04/11 15:28:45 mosu Exp $ + \version \$Id: mkvmerge.cpp,v 1.29 2003/04/13 14:00:54 mosu Exp $ \brief command line parameter parsing, looping, output handling \author Moritz Bunkus */ @@ -31,7 +31,7 @@ #include -#ifdef GCC2 +#ifdef LIBEBML_GCC2 #include #endif