Date: Mon, 17 May 2021 02:46:25 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d666169c8914 - main - multimedia/ffmpeg: expose SRT option after af445a38fd16 Message-ID: <202105170246.14H2kPY5070552@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d666169c89143713eeeeaa8c340473f30d48acca commit d666169c89143713eeeeaa8c340473f30d48acca Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-05-17 02:36:02 +0000 Commit: Jan Beich <jbeich@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105170246.14H2kPY5070552>