[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.59,1.60

Felix Buenemann atmosfear at users.sourceforge.net
Wed Mar 13 22:36:55 CET 2002


Am Mit, 2002-03-13 um 15.15 schrieb David Holm:
> Update of /cvsroot/mplayer/main/libvo
> In directory mplayer:/var/tmp.root/cvs-serv28875/libvo
> 
> Modified Files:
> 	vo_dxr3.c 
> Log Message:
> Added preliminary fame support
> 
> 
> Index: vo_dxr3.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
> retrieving revision 1.59
> retrieving revision 1.60
> diff -u -r1.59 -r1.60
> --- vo_dxr3.c	18 Feb 2002 18:23:14 -0000	1.59
> +++ vo_dxr3.c	13 Mar 2002 14:15:00 -0000	1.60
[...]
> -#ifdef USE_LIBAVCODEC
> +#ifdef USE_LIBFAME
> +#elif USE_LIBAVCODEC
>  	avcodec_init();
>  	avcodec_register_all();
>  #endif
shouldn't that be:
#if !defined(USE_LIBAVCODEC) && defined(USE_LIBAVCODEC)
(cleaner and better understandable in my opinion)
-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list