mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-05-01 03:44:00 -04:00
Merge branch 'f4exb:master' into inmarsat
This commit is contained in:
commit
a1004cd935
@ -100,6 +100,9 @@ target_link_libraries(${TARGET_NAME} PRIVATE
|
||||
if(DEFINED FFMPEG_DEPENDS)
|
||||
add_dependencies(${TARGET_NAME} ${FFMPEG_DEPENDS})
|
||||
endif()
|
||||
if(DEFINED OpenCV_DEPENDS)
|
||||
add_dependencies(${TARGET_NAME} ${OpenCV_DEPENDS})
|
||||
endif()
|
||||
|
||||
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
|
||||
|
||||
|
||||
@ -31,7 +31,8 @@ extern "C"
|
||||
}
|
||||
|
||||
|
||||
#include <opencv2/opencv.hpp> // Add OpenCV for text overlay
|
||||
#include <opencv2/imgproc.hpp> // Add OpenCV for text overlay
|
||||
#include <opencv2/imgcodecs.hpp>
|
||||
|
||||
#include <QDateTime>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user