Skip to content

Commit 3e26f04

Browse files
committed
meson: correct Windows/MSVC output name for libvmaf (vmaf.lib)
1 parent e53b82c commit 3e26f04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libvmaf/src/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ libvmaf = library(
587587
libvmaf_cpu_static_lib.extract_all_objects(recursive: true),
588588
libsvm_static_lib.extract_all_objects(recursive: true),
589589
],
590+
name_prefix: '',
590591
version : vmaf_soname_version,
591592
soversion : vmaf_soversion,
592593
install: true,
@@ -596,7 +597,7 @@ pkg_mod = import('pkgconfig')
596597
pkg_mod.generate(libraries: libvmaf,
597598
version: meson.project_version(),
598599
name: 'libvmaf',
599-
filebase: 'libvmaf',
600+
filebase: 'vmaf',
600601
description: 'VMAF, Video Multimethod Assessment Fusion',
601602
subdirs: [ '.', 'libvmaf']
602603
)

0 commit comments

Comments
 (0)