[Mplayer-cvslog] CVS: main/libmpdemux open.c,1.38,1.39 stream.c,1.29,1.30 stream.h,1.37,1.38
Mark Szabo
mw3 at bsd.hu
Thu Mar 28 23:17:19 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux open.c,1.38,1.39 stream.c,1.29,1.30 stream.h,1.37,1.38
- Next message: [Mplayer-cvslog] CVS: main/input input.c,1.27,1.28 input.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Thus spoke Arpi of Ize <arpi at mplayer.dev.hu> on 2002-03-28 21:40:08:
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mplayer:/var/tmp.root/cvs-serv9964
>
> Modified Files:
> open.c stream.c stream.h
> Log Message:
> DVDnav support patch by David Holm and Kees Cook <mplayer at outflux.net>
>
> Index: open.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpdemux/open.c,v
> retrieving revision 1.38
> retrieving revision 1.39
> diff -u -r1.38 -r1.39
> --- open.c 16 Feb 2002 21:48:59 -0000 1.38
> +++ open.c 28 Mar 2002 20:40:05 -0000 1.39
> @@ -31,6 +31,11 @@
> int dvd_angle=1;
> char* dvd_device=NULL;
> char* cdrom_device=NULL;
> +int dvd_nav=0;
> +
> +#ifdef USE_DVDNAM
> +#include <dvdnav.h>
> +#endif
>
should be USE_DVDNAV
--
Mw3
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux open.c,1.38,1.39 stream.c,1.29,1.30 stream.h,1.37,1.38
- Next message: [Mplayer-cvslog] CVS: main/input input.c,1.27,1.28 input.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list