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

Arpi arpi at thot.banki.hu
Sun Jul 20 14:55:56 CEST 2003


Hi,

100000l
this is bad, and it was discussed on the lists why.


> 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);
> 
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
> 
> 


A'rpi / Astral & ESP-team

--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list