From ee50a276e57e94f33c8042915ca95ccf350eb1d0 Mon Sep 17 00:00:00 2001 From: Neucrack Date: Thu, 16 May 2024 19:16:48 +0800 Subject: [PATCH] fix linux rtmp compile error --- components/vision/port/linux/maix_rtmp_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vision/port/linux/maix_rtmp_linux.cpp b/components/vision/port/linux/maix_rtmp_linux.cpp index 503ab6ac..ee0835ed 100644 --- a/components/vision/port/linux/maix_rtmp_linux.cpp +++ b/components/vision/port/linux/maix_rtmp_linux.cpp @@ -1,6 +1,6 @@ #include "maix_rtmp.hpp" -namespace maix { +namespace maix::rtmp { Rtmp::Rtmp(std::string host, int port, std::string app, std::string stream) { _host = host; _port = port;