File use-c++14.patch of Package libwebm
--- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ if(WIN32 OR CYGWIN OR MSYS) # Allow use of rand_r() / fdopen() and other POSIX functions. require_cxx_flag_nomsvc("-std=gnu++11") else() - require_cxx_flag_nomsvc("-std=c++11") + require_cxx_flag_nomsvc("-std=c++14") endif() add_cxx_preproc_definition("__STDC_CONSTANT_MACROS")