mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
395942b1e2
commit
0b6fb0695f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ DC1394_DESC= IEEE 1394 camera support
|
||||||
DC1394_CMAKE_BOOL= WITH_1394
|
DC1394_CMAKE_BOOL= WITH_1394
|
||||||
DC1394_LIB_DEPENDS= libdc1394.so:multimedia/libdc1394
|
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_CMAKE_BOOL= WITH_FFMPEG
|
||||||
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
|
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue