[MPlayer-cvslog] r26430 - trunk/libmpcodecs/vd_realvid.c
zuxy
subversion at mplayerhq.hu
Sun Apr 13 04:35:31 CEST 2008
Author: zuxy
Date: Sun Apr 13 04:35:30 2008
New Revision: 26430
Log:
Set dll_type and rv_handle for drvc.dll
Modified:
trunk/libmpcodecs/vd_realvid.c
Modified: trunk/libmpcodecs/vd_realvid.c
==============================================================================
--- trunk/libmpcodecs/vd_realvid.c (original)
+++ trunk/libmpcodecs/vd_realvid.c Sun Apr 13 04:35:30 2008
@@ -232,8 +232,11 @@ static int load_syms_windows(char *path)
if(wrvyuv_custom_message &&
wrvyuv_free &&
wrvyuv_init &&
- wrvyuv_transform)
+ wrvyuv_transform) {
+ dll_type = 1;
+ rv_handle = handle;
return 1;
+ }
mp_msg(MSGT_DECVIDEO,MSGL_WARN,"Error resolving symbols! (version incompatibility?)\n");
FreeLibrary(handle);
More information about the MPlayer-cvslog
mailing list