obs-studio/deps
PatTheMav 24a123119a obs-scripting: Fix issues between runtime and compile-time versions
Calling `PyEval_InitThreads` has been deprecated in Python 3.7 and the
function itself will be removed in Python 3.11. The current check
guards this function behind a version check that only happens at compile
time.

This in turn leads to crashes when run on Python 3.6, as the necessary
initialization for `PyEval_ReleaseThread` did not take place.

This commit ensures the manual initialization takes place based on the
runtime version of Python and avoids loading the associated symbols
on Python 3.9 or later.
2022-08-02 19:36:50 -04:00
..
blake2 deps: Update CMakeLists.txt for dependencies 2022-03-16 23:11:07 +01:00
file-updater UI, file-updater, rtmp-services: Enable curl ALPN support 2022-03-24 17:10:01 -07:00
glad deps/glad: Drop glad-glx 2022-05-24 14:31:51 -03:00
ipc-util deps: Update CMakeLists.txt for dependencies 2022-03-16 23:11:07 +01:00
jansson deps: Update CMakeLists.txt for dependencies 2022-03-16 23:11:07 +01:00
json11 deps/json11: Update to most recent version 2020-12-09 22:23:03 -08:00
libcaption libcaption: Disable compiler warnings about non-exhaustive switch cases 2022-07-10 09:59:55 +10:00
libff deps,libobs,plugins: Fix discarded-qualifiers warnings with FFmpeg 5 2022-07-22 08:50:36 -04:00
lzma deps: Update CMakeLists.txt for dependencies 2022-03-16 23:11:07 +01:00
media-playback media-playback: Fix crash on free 2022-08-01 09:20:26 -07:00
obs-scripting obs-scripting: Fix issues between runtime and compile-time versions 2022-08-02 19:36:50 -04:00
opts-parser deps/opts-parser: Skip parsing of empty strings 2022-07-20 03:29:59 +02:00
w32-pthreads deps: Update CMakeLists.txt for dependencies 2022-03-16 23:11:07 +01:00
CMakeLists.txt cmake: Fix diverging prefix padding for OBS status outputs 2022-03-26 09:44:23 -04:00