Build model data into the library, since make install does not

do anything by default. [boo#1189023]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2022-11-09 10:31:06 +00:00 committed by Git OBS Bridge
parent bf520426c2
commit 8279cbfd86
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Drop recommends on vmaf-data, the package is gone since vmaf 2.x.
[boo#1189023]
Build model data into the library, since `make install` does not
do anything by default. [boo#1189023]
-------------------------------------------------------------------
Mon Apr 11 19:21:40 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -63,7 +63,7 @@ This package contains the library API definitions.
%build
rm -rf third_party
pushd libvmaf/
%meson
%meson -Dbuilt_in_models=true -Denable_float=true
%meson_build
popd