mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 02:40:26 +00:00
Windows CUDA compilation fixes
This commit is contained in:
@@ -163,6 +163,11 @@ std::unordered_map<std::string, std::string> commandline_params;
|
||||
mainloop_t mainloop;
|
||||
void *mainloop_udata;
|
||||
|
||||
#if defined HAVE_CUDA && defined _WIN32
|
||||
// required for NVCC+MSVC compiled objs if /nodefaultlib is used
|
||||
extern "C" int _fltused = 0;
|
||||
#endif
|
||||
|
||||
struct init_data {
|
||||
bool com_initialized = false;
|
||||
list <void *> opened_libs;
|
||||
|
||||
Reference in New Issue
Block a user