mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 03:57:45 +08:00
[nps] only search/link OpenCV if NPS_DEBUG_VIDEO is configured
This commit is contained in:
@@ -60,7 +60,7 @@ extern "C" {
|
||||
#include "subsystems/actuators/motor_mixing_types.h"
|
||||
}
|
||||
|
||||
#if defined(NPS_DEBUG_VIDEO) || defined(NPS_DEBUG_STEREOCAM)
|
||||
#if defined(NPS_DEBUG_VIDEO)
|
||||
// Opencv tools
|
||||
#include <opencv2/core/core.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
|
||||
Reference in New Issue
Block a user