mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Include libavdevice so that we can use v4l2 inputs in ffmpeg monitor type.
This commit is contained in:
@@ -454,6 +454,7 @@ endif()
|
||||
find_package(FFMPEG 55.34.100 REQUIRED
|
||||
COMPONENTS
|
||||
avcodec
|
||||
avdevice
|
||||
avformat
|
||||
avutil
|
||||
swresample
|
||||
|
||||
@@ -142,6 +142,7 @@ endif()
|
||||
target_link_libraries(zm
|
||||
PUBLIC
|
||||
FFMPEG::avcodec
|
||||
FFMPEG::avdevice
|
||||
FFMPEG::avformat
|
||||
FFMPEG::avutil
|
||||
FFMPEG::swresample
|
||||
|
||||
Reference in New Issue
Block a user