Skip to content

Commit 8956883

Browse files
committed
ffmpegthumbnailer: fix compilation with macOS
Signed-off-by: Rosen Penev <[email protected]>
1 parent 326f779 commit 8956883

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,6 +1949,7 @@
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",

subprojects/packagefiles/libffmpegthumbnailer/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project(
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

@@ -81,6 +81,7 @@ endif
8181
libffmpegthumbnailer = library(
8282
'ffmpegthumbnailer',
8383
compfiles,
84+
override_options: 'cpp_std=c++11',
8485
dependencies: ffmpegthumbnailer_deps,
8586
install: true,
8687
version: '4.15.1',

subprojects/packagefiles/libffmpegthumbnailer/test/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)