[MPlayer-cvslog] r26421 - trunk/libmpcodecs/vd_realvid.c
zuxy
subversion at mplayerhq.hu
Sat Apr 12 20:35:11 CEST 2008
Author: zuxy
Date: Sat Apr 12 20:35:11 2008
New Revision: 26421
Log:
Oops...should be "drv43260.dll" instead of "drv34260.dll"
Modified:
trunk/libmpcodecs/vd_realvid.c
Modified: trunk/libmpcodecs/vd_realvid.c
==============================================================================
--- trunk/libmpcodecs/vd_realvid.c (original)
+++ trunk/libmpcodecs/vd_realvid.c Sat Apr 12 20:35:11 2008
@@ -204,7 +204,7 @@ static int load_syms_windows(char *path)
rv_handle = handle;
#ifndef WIN32_LOADER
{
- if (strstr(path, "drv34260.dll")) {
+ if (strstr(path, "drv43260.dll")) {
int patched;
// patch away multithreaded decoding, it causes crashes
static const uint8_t oldcode[13] = {
More information about the MPlayer-cvslog
mailing list