[FFmpeg-devel] [PATCH] configure: use c++98 for c++ files
Rick Kern
kernrj at gmail.com
Sun Jun 26 22:44:40 CEST 2016
Use c++98 standard instead of c++11.
Signed-off-by: Rick Kern <kernrj at gmail.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 19aea61..76d2d27 100755
--- a/configure
+++ b/configure
@@ -4529,7 +4529,7 @@ fi
add_cppflags -D_ISOC99_SOURCE
add_cxxflags -D__STDC_CONSTANT_MACROS
-add_cxxflags -std=c++11
+add_cxxflags -std=c++98
check_cflags -std=c99
check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
#include <stdlib.h>
--
2.9.0
More information about the ffmpeg-devel
mailing list