mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Renamed GCC2 to LIBEBML_GCC2 as GCC2 seemed to be too general a term to be used in other programs.
This commit is contained in:
parent
13e3716c24
commit
38421dcd09
@ -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*)
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
*/
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifdef GCC2
|
||||
#ifdef LIBEBML_GCC2
|
||||
#include <typeinfo>
|
||||
#endif
|
||||
|
||||
|
@ -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 <moritz @ bunkus.org>
|
||||
*/
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifdef GCC2
|
||||
#ifdef LIBEBML_GCC2
|
||||
#include <typeinfo>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user