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:
Tobias C. Berner 2021-07-18 15:59:17 +02:00
parent 395942b1e2
commit 0b6fb0695f

View file

@ -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