[Mplayer-cvslog] CVS: main/libmpcodecs vd_real.c,1.7,1.8

Alex Beregszaszi alex at mplayerhq.hu
Mon Jun 24 10:13:33 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv32366

Modified Files:
	vd_real.c 
Log Message:
first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones

Index: vd_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_real.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vd_real.c	24 Jun 2002 08:13:08 -0000	1.7
+++ vd_real.c	24 Jun 2002 08:13:31 -0000	1.8
@@ -146,7 +146,7 @@
 	/* first try to load linux dlls, if failed and we're supporting win32 dlls,
 	   then try to load the windows ones */
 	if(!load_syms_linux(path))
-#ifdef USE_WIN32DLLS
+#ifdef USE_WIN32DLL
 	    if (!load_syms_windows(path))
 #endif
 	{




More information about the MPlayer-cvslog mailing list