aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2019-12-09 23:52:47 +0800
committerjbeich <jbeich@FreeBSD.org>2019-12-09 23:52:47 +0800
commit0099a10b435c5ea1c237879976fba5b2d89a60bf (patch)
tree8bdec525b81e177959523fb6243920e09cba10ea /multimedia/ffmpeg/Makefile
parent536fddd46bd527112e8e398e06253514aeb94f8a (diff)
downloadfreebsd-ports-gnome-0099a10b435c5ea1c237879976fba5b2d89a60bf.tar.gz
freebsd-ports-gnome-0099a10b435c5ea1c237879976fba5b2d89a60bf.tar.zst
freebsd-ports-gnome-0099a10b435c5ea1c237879976fba5b2d89a60bf.zip
multimedia/svt-hevc: update to 1.4.2
Changes: https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.4.2 Changes: https://github.com/OpenVisualCloud/SVT-HEVC/compare/v1.4.1...v1.4.2 Reported by: GitHub (watch releases) MFH: 2019Q4 (ABI-safe, mostly bug fixes, proper FreeBSD support)
Diffstat (limited to 'multimedia/ffmpeg/Makefile')
-rw-r--r--multimedia/ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 322044fd2e19..c15ded6368b2 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -464,7 +464,7 @@ SVTAV1_PREVENTS_MSG= Only one SVT vendor patch can be applied at the same time
# svt-hevc
SVTHEVC_LIB_DEPENDS= libSvtHevcEnc.so:multimedia/svt-hevc
SVTHEVC_CONFIGURE_ON= --enable-libsvthevc
-SVTHEVC_PATCH_SITES= https://github.com/Intel/SVT-HEVC/raw/v1.4.1/ffmpeg_plugin/:svthevc
+SVTHEVC_PATCH_SITES= https://github.com/Intel/SVT-HEVC/raw/v1.4.2/ffmpeg_plugin/:svthevc
SVTHEVC_PATCHFILES= 0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch:-p1:svthevc \
0002-doc-Add-libsvt_hevc-encoder-docs.patch:-p1:svthevc
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)