We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53b82c commit 3e26f04Copy full SHA for 3e26f04
1 file changed
libvmaf/src/meson.build
@@ -587,6 +587,7 @@ libvmaf = library(
587
libvmaf_cpu_static_lib.extract_all_objects(recursive: true),
588
libsvm_static_lib.extract_all_objects(recursive: true),
589
],
590
+ name_prefix: '',
591
version : vmaf_soname_version,
592
soversion : vmaf_soversion,
593
install: true,
@@ -596,7 +597,7 @@ pkg_mod = import('pkgconfig')
596
597
pkg_mod.generate(libraries: libvmaf,
598
version: meson.project_version(),
599
name: 'libvmaf',
- filebase: 'libvmaf',
600
+ filebase: 'vmaf',
601
description: 'VMAF, Video Multimethod Assessment Fusion',
602
subdirs: [ '.', 'libvmaf']
603
)
0 commit comments