Include libavdevice so that we can use v4l2 inputs in ffmpeg monitor type.

This commit is contained in:
Isaac Connor
2022-04-18 18:04:25 -04:00
parent fe6663fa39
commit bd501b38ca
2 changed files with 2 additions and 0 deletions

View File

@@ -454,6 +454,7 @@ endif()
find_package(FFMPEG 55.34.100 REQUIRED
COMPONENTS
avcodec
avdevice
avformat
avutil
swresample

View File

@@ -142,6 +142,7 @@ endif()
target_link_libraries(zm
PUBLIC
FFMPEG::avcodec
FFMPEG::avdevice
FFMPEG::avformat
FFMPEG::avutil
FFMPEG::swresample