summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 02:26:08 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 02:26:08 +0000
commitfe0982a10c70ffdf1a5139a0080b7d50ce96a5fc (patch)
tree1ad4243049bd994480448c7ad459f1f6b3812f56 /loader
parent5d1d66f6db42b4d20f147737b4284037697ca5bc (diff)
downloadmpv-fe0982a10c70ffdf1a5139a0080b7d50ce96a5fc.tar.bz2
mpv-fe0982a10c70ffdf1a5139a0080b7d50ce96a5fc.tar.xz
Update 3ivx decoder to latest version and allow it to load required library.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22385 b3059339-0415-0410-9bf9-f77b7e298cf2
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 */
{