X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favisynth.c;h=fbd4a8d4b03597086d25de89738ead48dada329a;hb=140dfd14fdab67daf9f067509b09a667cbf788d4;hp=c01d7e484cde1ec3dc8c07a274b3c9cf2de6e572;hpb=3d8bedef45a34f099ff85fc1d2b140f6ce88fb85;p=ffmpeg diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index c01d7e484cd..fbd4a8d4b03 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -43,7 +43,7 @@ #define AVISYNTH_LIB "libavxsynth.so" #endif - #define LoadLibrary(x) dlopen(x, RTLD_NOW | RTLD_GLOBAL) + #define LoadLibrary(x) dlopen(x, RTLD_NOW | RTLD_LOCAL) #define GetProcAddress dlsym #define FreeLibrary dlclose #endif