ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Tue Mar 19 15:42:00 2024 -0300| [5ff0eb34d2b1089d3dd9f27fdb51520001709138] | committer: James Almer
configure: check for C17 by default Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ff0eb34d2b1089d3dd9f27fdb51520001709138 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6ef29a64e6..6d7b33b0ff 100755 --- a/configure +++ b/configure @@ -4033,7 +4033,7 @@ mandir_default='${prefix}/share/man' # toolchain ar_default="ar" cc_default="gcc" -stdc_default="c11" +stdc_default="c17" stdcxx_default="c++11" cxx_default="g++" host_cc_default="gcc" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".