Mercurial > libdvdnav.hg
diff vm.c @ 169:90b1f6f0520e src
Modified libdvdnav to do without libdvdread.
Use internal ifo tools.
author | jcdutton |
---|---|
date | Sun, 27 Apr 2003 01:26:18 +0000 |
parents | e9987c07e255 |
children | 4e099155c968 |
line wrap: on
line diff
--- a/vm.c Sun Apr 27 00:00:49 2003 +0000 +++ b/vm.c Sun Apr 27 01:26:18 2003 +0000 @@ -37,8 +37,8 @@ #include <sys/stat.h> #include <fcntl.h> -#include <dvdread/ifo_types.h> -#include <dvdread/ifo_read.h> +#include "ifo_types.h" +#include "ifo_read.h" #include "dvdnav_internal.h" @@ -1841,6 +1841,10 @@ /* * $Log$ + * Revision 1.58 2003/04/27 01:26:18 jcdutton + * Modified libdvdnav to do without libdvdread. + * Use internal ifo tools. + * * Revision 1.57 2003/04/21 13:24:31 mroi * some code beautification: * * rename vm_resume to vm_jump_resume for consistency's sake