tytan652
e13e0937a2
obs-scripting: Fix compilation warnings on Clang and GCC
...
* Fix unused-parameter when Python is disabled
* Calm PySys_SetArgv deprecation since Python 3.11
2023-01-28 23:20:41 -08:00
Exeldro
ddff584b46
obs-scripting: Fix compile when python is not found
2022-10-01 05:26:21 -07:00
Kurt Kartaltepe
57c9844f15
v4l2,scripting: Add more thread names
...
This sets some thread names for the scripting backend's defer thread and
the v4l2 udev thread.
2022-07-24 09:21:58 +10:00
PatTheMav
dbdf5c7f7a
obs-scripting: Update CMakeLists.txt for scripting modules
2022-03-16 23:11:08 +01:00
jp9000
f53df7da64
clang-format: Apply formatting
...
Code submissions have continually suffered from formatting
inconsistencies that constantly have to be addressed. Using
clang-format simplifies this by making code formatting more consistent,
and allows automation of the code formatting so that maintainers can
focus more on the code itself instead of code formatting.
2019-06-23 23:49:10 -07:00
jp9000
0a6d5772d9
deps/obs-scripting: Don't allow unloading more than once
2018-03-17 16:52:14 -07:00
jp9000
c5b58211da
deps/obs-scripting: Prevent potential python startup issues
...
Prevents Python from automatically trying to load from PATH on startup
on windows. The user should set their Python 3 path themselves.
2018-01-22 07:33:17 -08:00
jp9000
9eabfdbf1e
deps/obs-scripting: Add scripting support
...
Allows Lua/Python scripting support.
2018-01-04 11:37:42 -08:00