[Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c,1.26,1.27 vd_realvid.c,1.24,1.25

Diego Biurrun CVS diego at mplayerhq.hu
Sun Jul 20 00:05:36 CEST 2003


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

Modified Files:
	ad_realaud.c vd_realvid.c 
Log Message:
Win32 codec paths in vd_realvid.c
Patch by Glyn Kennington <glyn.kennington at hertford.oxford.ac.uk>.


Index: ad_realaud.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_realaud.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ad_realaud.c	20 May 2003 19:19:32 -0000	1.26
+++ ad_realaud.c	19 Jul 2003 22:05:16 -0000	1.27
@@ -223,7 +223,7 @@
     if (strstr(sh->codec->dll,".dll") || !load_syms_linux(path))
 #endif
 #ifdef USE_WIN32DLL
-	if (!load_sysm_windows(path))
+	if (!load_sysm_windows(sh->codec->dll))
 #endif
     {
 	mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_MissingDLLcodec, sh->codec->dll);

Index: vd_realvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_realvid.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- vd_realvid.c	20 May 2003 19:19:32 -0000	1.24
+++ vd_realvid.c	19 Jul 2003 22:05:16 -0000	1.25
@@ -211,7 +211,7 @@
 	if(strstr(sh->codec->dll,".dll") || !load_syms_linux(path))
 #endif
 #ifdef USE_WIN32DLL
-	    if (!load_syms_windows(path))
+	    if (!load_syms_windows(sh->codec->dll))
 #endif
 	{
 		mp_msg(MSGT_DECVIDEO,MSGL_ERR,MSGTR_MissingDLLcodec,sh->codec->dll);



More information about the MPlayer-cvslog mailing list