git: d666169c8914 - main - multimedia/ffmpeg: expose SRT option after af445a38fd16

Jan Beich jbeich at FreeBSD.org
Mon May 17 02:46:27 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d666169c89143713eeeeaa8c340473f30d48acca

commit d666169c89143713eeeeaa8c340473f30d48acca
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-17 02:36:02 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-17 02:39:43 +0000

    multimedia/ffmpeg: expose SRT option after af445a38fd16
---
 multimedia/ffmpeg/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index e97b4e8aa7e9..0373cf4893db 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -80,11 +80,6 @@ OPTIONS_EXCLUDE+=	KLVANC
 OPTIONS_EXCLUDE+=	OPENVINO
 .endif
 
-.if !exists(${.CURDIR:H:H}/net/srt)
-# https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/a2fc8dbae853
-OPTIONS_EXCLUDE+=	SRT
-.endif
-
 .if !exists(${.CURDIR:H:H}/science/tensorflow)
 # https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/d8c0bbb0aa4
 OPTIONS_EXCLUDE+=	TENSORFLOW
@@ -464,7 +459,7 @@ SSH_LIB_DEPENDS=	libssh.so:security/libssh
 SSH_CONFIGURE_ENABLE=	libssh
 
 # srt
-SRT_LIB_DEPENDS=	libsrt.so:net/srt
+SRT_LIB_DEPENDS=	libsrt.so:www/srt
 SRT_CONFIGURE_ENABLE=	libsrt
 
 # svt-av1


More information about the dev-commits-ports-all mailing list