mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-05-12 07:00:51 +08:00
Add shared lib for nvcodec
This commit is contained in:
@@ -23,6 +23,7 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
|
||||
#include "video_encoder.h"
|
||||
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
libcuda.so.1
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
libnvcuvid.so.1
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
libnvidia-encode.so.1
|
||||
Binary file not shown.
@@ -32,8 +32,8 @@ if is_os("windows") then
|
||||
add_links("windowsapp", "User32", "Strmiids", "Mfuuid", "Secur32", "Bcrypt")
|
||||
add_requires("cuda")
|
||||
elseif is_os("linux") then
|
||||
add_links("pthread")
|
||||
set_config("cxxflags", "-fPIC")
|
||||
set_config("cflags", "-fPIC")
|
||||
add_syslinks("pthread")
|
||||
end
|
||||
|
||||
add_packages("spdlog")
|
||||
|
||||
Reference in New Issue
Block a user