Daniel Bermond
2024-05-01 13:25:30 -03:00
parent 1140fd3434
commit 36e49ac179
4 changed files with 27 additions and 5 deletions
@@ -0,0 +1,11 @@
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -142,7 +142,7 @@ static av_cold void avisynth_atexit_handler(void);
static av_cold int avisynth_load_library(void)
{
- avs_library.library = dlopen(AVISYNTH_LIB, RTLD_NOW | RTLD_LOCAL);
+ avs_library.library = dlopen(AVISYNTH_LIB, RTLD_NOW | RTLD_DEEPBIND);
if (!avs_library.library)
return AVERROR_UNKNOWN;