summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index aacd71ed4f..454049e1e2 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -5432,7 +5432,7 @@ void* LookupExternalByName(const char* library, const char* name)
#ifndef LOADLIB_TRY_NATIVE
/* hack for vss h264 */
- if (!strcmp(library,"vssh264core.dll"))
+ if (!strcmp(library,"vssh264core.dll") || !strcmp(library,"3ivx.dll"))
#endif
/* ok, this is a hack, and a big memory leak. should be fixed. - alex */
{