Oops...should be "drv43260.dll" instead of "drv34260.dll"

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26421 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2008-04-12 18:35:11 +00:00
parent a2aed6e8bf
commit 5bbf5ec2d0
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {