ffmpeg | branch: release/3.1 | Rick Kern <[email protected]> | Sun Jun 26 16:44:40 2016 -0400| [18ce5a4d1b3f87b3b45651401cdf3352de34cfa1] | committer: Michael Niedermayer
configure: use c++98 for c++ files Use c++98 standard instead of c++11. Signed-off-by: Rick Kern <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 729d82abae2f9bae3e5152022d2df0bb5bcde98e) Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18ce5a4d1b3f87b3b45651401cdf3352de34cfa1 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6aadf9c..3760641 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> _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
