File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
subprojects/packagefiles/libffmpegthumbnailer Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19491949 " libffmpegthumbnailer"
19501950 ],
19511951 "versions" : [
1952+ " 2.2.3-2" ,
19521953 " 2.2.3-1" ,
19531954 " 2.2.2-4" ,
19541955 " 2.2.2-3" ,
Original file line number Diff line number Diff line change 11project (
22 ' ffmpegthumbnailer' ,
33 ' cpp' ,
4+ license : ' LGPL-2.1-or-later' ,
45 version : ' 2.2.3' ,
5- default_options : [' warning_level=0' , ' cpp_std=c++11' ],
66 meson_version : ' >=0.54.1' ,
77)
88
8181libffmpegthumbnailer = library (
8282 ' ffmpegthumbnailer' ,
8383 compfiles,
84+ override_options : ' cpp_std=c++11' ,
8485 dependencies : ffmpegthumbnailer_deps,
8586 install : true ,
8687 version : ' 4.15.1' ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ffmpegthumbnailertest = executable(
2828 ' videothumbnailertest.cpp' ,
2929 ' videothumbnailerctest.cpp' ,
3030 cpp_args : ' -DTEST_DATADIR="@0@"' .format(meson .current_source_dir()),
31+ override_options : ' cpp_std=c++11' ,
3132 dependencies : [catch_dep, testdep],
3233)
3334
You can’t perform that action at this time.
0 commit comments