aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-22 09:49:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-07-22 09:49:57 +0000
commit515958e3f1cd02e71b93fb005e3188abc5f7508b (patch)
tree3477bf351a53eddf6909ccc83b8a6339a1d40cc8 /multimedia/ffmpeg/Makefile
parenta2b7ea731e48469d206f071278b8bff78ee4a356 (diff)
downloadports-515958e3f1cd02e71b93fb005e3188abc5f7508b.tar.gz
ports-515958e3f1cd02e71b93fb005e3188abc5f7508b.zip
Notes
Diffstat (limited to 'multimedia/ffmpeg/Makefile')
-rw-r--r--multimedia/ffmpeg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 630fe9b2447c..1abdcc2a0746 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -476,9 +476,8 @@ SVTHEVC_LDFLAGS= -fuse-ld=lld
# svt-vp9
SVTVP9_LIB_DEPENDS= libSvtVp9Enc.so:multimedia/svt-vp9
SVTVP9_CONFIGURE_ENABLE= libsvtvp9
-SVTVP9_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.1/ffmpeg_plugin/:svtvp9
+SVTVP9_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.2/ffmpeg_plugin/:svtvp9
SVTVP9_PATCHFILES_= master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch:-p1:svtvp9
-SVTVP9_BROKEN= https://github.com/OpenVisualCloud/SVT-VP9/issues/124
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)
SVTVP9_LDFLAGS= -fuse-ld=lld
.endif