svn commit: r493154 - head/multimedia/ffmpeg
Jan Beich
jbeich at FreeBSD.org
Sun Feb 17 07:46:29 UTC 2019
Author: jbeich
Date: Sun Feb 17 07:46:28 2019
New Revision: 493154
URL: https://svnweb.freebsd.org/changeset/ports/493154
Log:
multimedia/ffmpeg: limit SVT-AV1 distfile to its own PATCH_SITES
SVT-VP9 is expected in future which would also append PATCH_SITES.
Modified:
head/multimedia/ffmpeg/Makefile (contents, props changed)
Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile Sun Feb 17 06:19:01 2019 (r493153)
+++ head/multimedia/ffmpeg/Makefile Sun Feb 17 07:46:28 2019 (r493154)
@@ -411,8 +411,8 @@ SRT_CONFIGURE_ENABLE= libsrt
# svt-av1
SVTAV1_LIB_DEPENDS= libSvtAv1Enc.so:multimedia/svt-av1
SVTAV1_CONFIGURE_ON= --enable-libsvtav1
-SVTAV1_PATCH_SITES= https://github.com/OpenVisualCloud/SVT-AV1/raw/37a5b96/ffmpeg_plugin/
-SVTAV1_PATCHFILES= 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch:-p1
+SVTAV1_PATCH_SITES= https://github.com/OpenVisualCloud/SVT-AV1/raw/37a5b96/ffmpeg_plugin/:svtav1
+SVTAV1_PATCHFILES= 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch:-p1:svtav1
.if make(makesum)
.MAKEFLAGS: WITH+=SVTAV1
.endif
More information about the svn-ports-all
mailing list