From 5bbf5ec2d0a66aa7193eb6a6c1319b08e65418e6 Mon Sep 17 00:00:00 2001 From: zuxy Date: Sat, 12 Apr 2008 18:35:11 +0000 Subject: Oops...should be "drv43260.dll" instead of "drv34260.dll" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26421 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_realvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vd_realvid.c b/libmpcodecs/vd_realvid.c index d432a29998..f876cce498 100644 --- a/libmpcodecs/vd_realvid.c +++ b/libmpcodecs/vd_realvid.c @@ -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] = { -- cgit v1.2.3