Date: Sun, 18 Jul 2021 14:00:13 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0b6fb0695f0a - main - graphics/opencv: fix ffmpeg option desc Message-ID: <202107181400.16IE0D5q022499@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b6fb0695f0ac655fd7636d1be60802edfc8555e commit 0b6fb0695f0ac655fd7636d1be60802edfc8555e Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-07-18 13:59:17 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-18 13:59:17 +0000 graphics/opencv: fix ffmpeg option desc - Fix typo by remmoving it (the circular dependency is not an issue in opencv 4.x) Reported by: arrowd --- graphics/opencv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index c95dab416273..6dc484aa9f80 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -141,7 +141,7 @@ DC1394_DESC= IEEE 1394 camera support DC1394_CMAKE_BOOL= WITH_1394 DC1394_LIB_DEPENDS= libdc1394.so:multimedia/libdc1394 -FFMPEG_DESC= Link with ffmpeg, circular dependancy possible +FFMPEG_DESC= Link with ffmpeg FFMPEG_CMAKE_BOOL= WITH_FFMPEG FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107181400.16IE0D5q022499>