diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-01 02:26:08 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-01 02:26:08 +0000 |
commit | fe0982a10c70ffdf1a5139a0080b7d50ce96a5fc (patch) | |
tree | 1ad4243049bd994480448c7ad459f1f6b3812f56 /loader/win32.c | |
parent | 5d1d66f6db42b4d20f147737b4284037697ca5bc (diff) | |
download | mpv-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/win32.c')
-rw-r--r-- | loader/win32.c | 2 |
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 */ { |