mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Keep slow WebRTC consumers from blocking the shared H264 source by dropping buffered frames until the next keyframe. Restore the WebRTC NACK and RTCP report interceptors while retaining a safe RTP MTU, and enable linker --as-needed for libkvm to remove unused OpenCV dependencies.
8 lines
209 B
CMake
8 lines
209 B
CMake
list(APPEND ADD_REQUIREMENTS vision basic peripheral)
|
|
list(APPEND ADD_INCLUDE "include")
|
|
list(APPEND ADD_LINK_DEFINITIONS_PRIVATE -Wl,--as-needed)
|
|
|
|
append_srcs_dir(ADD_SRCS "src")
|
|
|
|
register_component(DYNAMIC)
|