[MPlayer-cvslog] r38332 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu Feb 17 20:31:46 EET 2022
Author: reimar
Date: Thu Feb 17 20:31:45 2022
New Revision: 38332
Log:
configure: explicitly request C++98 for compiling C++ code.
We're not really using anything newer, and newer
versions introduce compatibility issues with C code,
which we care about.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Feb 2 19:54:09 2022 (r38331)
+++ trunk/configure Thu Feb 17 20:31:45 2022 (r38332)
@@ -8459,7 +8459,7 @@ libs_mplayer=$ld_tmp
CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
-CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
+CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=c++98"
echocheck "DVD support (libdvdnav)"
if test "$_dvdnav" = auto ; then
More information about the MPlayer-cvslog
mailing list