Add ZLMediaKit libmk_api.so for embedded HTTP server

This commit is contained in:
Developer 2026-02-27 00:09:09 +08:00
parent 83c99834c7
commit f6f0123696
3 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -20,6 +20,8 @@
*.lo
*.so
*.so.*
# 例外:第三方预编译库
!third_party/rknpu2/examples/3rdparty/**/*.so
*.dylib
*.dll
*.exe

View File

@ -13,6 +13,7 @@
#if defined(RK3588_ENABLE_RGA)
#include "im2d.hpp"
#include "im2d_common.h"
#include "im2d_buffer.h"
#include "im2d_type.h"
#endif