mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
be4d42312d
Clang on Windows and Clang on Linux behave differently, and of course GCC on Windows (MinGW) and GCC on Linux do too. This is the point where using either compiler on either platform should successfully compile the project without any issues. Clang and GCC have a ton of warnings however, which definitely need to be fixed in the near future. Some of them are great warnings, like old C style casts, others are non-sense like suggest brackets. Fixes #47 Fixes #60 |
||
---|---|---|
.. | ||
filters | ||
gfx | ||
obs | ||
sources | ||
plugin.cpp | ||
plugin.hpp | ||
strings.hpp | ||
util-event.cpp | ||
util-event.hpp | ||
util-math.cpp | ||
util-math.hpp | ||
util-memory.cpp | ||
util-memory.hpp | ||
utility.cpp | ||
utility.hpp |