obs-studio/deps
Rat a44ff34ef0 obs-scripting: Link _obspython as dynamic_lookup on MacOS
_obspython.so currently links directly against python as @rpath/Python
and has 3 common python install paths set as rpaths so it would only
work if a user had python installed at one of those hardcoded paths.

Don't link _obspython against python at all but instead link it with
"-undefined dynamic_lookup" so when it is imported by python all it's
undefined python symbols get resolved at runtime against the user
supplied python instance loaded into the process earlier.

The rpaths aren't needed anymore this way.
2019-09-26 23:42:33 +02:00
..
blake2 clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
file-updater file-updater: Use transparent HTTP compression 2019-07-17 17:22:09 +02:00
glad clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
ipc-util clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
jansson clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
json11 clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
libcaption clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
libff libobs, obs-ffmpeg, win-dshow: Fix FFmpeg 4.0 deprecation 2019-07-29 20:34:13 -07:00
lzma clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
media-playback deps/media-playback: Remove cuda for hardware decoding 2019-08-29 12:06:55 -07:00
obs-scripting obs-scripting: Link _obspython as dynamic_lookup on MacOS 2019-09-26 23:42:33 +02:00
w32-pthreads clang-format: Add clang-format files 2019-06-23 01:53:56 -07:00
CMakeLists.txt deps/obs-scripting: Add scripting support 2018-01-04 11:37:42 -08:00