summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/module.c b/loader/module.c
index 3dce46a8b7..4f2acf4a66 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -426,7 +426,7 @@ HMODULE WINAPI LoadLibraryExA(LPCSTR libname, HANDLE hfile, DWORD flags)
}
}
- if (!wm)
+ if (!wm && !strstr(checked, "avisynth.dll"))
printf("Win32 LoadLibrary failed to load: %s\n", checked);
#define RVA(x) ((char *)wm->module+(unsigned int)(x))