Mercurial > libdvdnav.hg
changeset 310:dad6705c9daf src
include dvdread/ifo_types.h instead of dvdnav/ifo_types.h
author | nicodvb |
---|---|
date | Sun, 11 Nov 2007 11:29:53 +0000 |
parents | 34edc5cf014f |
children | 6631cb9daa01 |
files | dvdread/ifo_print.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdread/ifo_print.h Sun Nov 11 11:23:05 2007 +0000 +++ b/dvdread/ifo_print.h Sun Nov 11 11:29:53 2007 +0000 @@ -24,7 +24,7 @@ #ifdef DVDNAV_COMPILE # include "ifo_types.h" #else -# include <dvdnav/ifo_types.h> /* Only for vm_cmd_t */ +# include <dvdread/ifo_types.h> /* Only for vm_cmd_t */ #endif void ifo_print(dvd_reader_t *dvd, int title);