]> git.sesse.net Git - ffmpeg/commitdiff
configure: use c++98 for c++ files
authorRick Kern <kernrj@gmail.com>
Sun, 26 Jun 2016 20:44:40 +0000 (16:44 -0400)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 26 Jun 2016 21:25:23 +0000 (23:25 +0200)
Use c++98 standard instead of c++11.

Signed-off-by: Rick Kern <kernrj@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure

index 19aea617b2ce964a57dce41431e250d687e20e0f..76d2d275726813a50b714fb3478a40b27a9f093d 100755 (executable)
--- 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>