mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
multimedia/vmaf: unbreak built-in models after 1868dedecc
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null - [...] libvmaf WARNING no such built-in model: "vmaf_v0.6.1" [Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version: vmaf_v0.6.1 [AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf'
This commit is contained in:
parent
7f163c23e1
commit
355579c2eb
@ -1,7 +1,7 @@
|
||||
PORTNAME= vmaf
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
@ -13,7 +13,8 @@ LICENSE_NAME= BSD-2-Clause Plus Patent License
|
||||
LICENSE_FILE= ${WRKSRC:H}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}}
|
||||
BUILD_DEPENDS= xxd:editors/vim \
|
||||
${BUILD_DEPENDS_${ARCH}}
|
||||
BUILD_DEPENDS_amd64= nasm:devel/nasm
|
||||
BUILD_DEPENDS_i386= nasm:devel/nasm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user