Mercurial > libdvdnav.hg
changeset 378:2e9382be8e25 src
include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch
author | nicodvb |
---|---|
date | Sun, 08 Jun 2008 09:03:10 +0000 |
parents | 9a9d15ed0599 |
children | 5f2ccadb2123 |
files | dvdnav.c highlight.c navigation.c read_cache.c remap.c searching.c settings.c vm/decoder.c vm/vm.c vm/vmcmd.c |
diffstat | 10 files changed, 22 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdnav.c Thu Jun 05 10:30:17 2008 +0000 +++ b/dvdnav.c Sun Jun 08 09:03:10 2008 +0000 @@ -37,9 +37,9 @@ #include <string.h> #include <sys/time.h> #include "dvd_types.h" -#include "dvd_reader.h" -#include "nav_types.h" -#include "ifo_types.h" /* For vm_cmd_t */ +#include <libdvdread/dvd_reader.h> +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> /* For vm_cmd_t */ #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h" @@ -47,7 +47,7 @@ #include "dvdnav_events.h" #include "dvdnav_internal.h" #include "read_cache.h" -#include "nav_read.h" +#include <libdvdread/nav_read.h> #include "remap.h" static dvdnav_status_t dvdnav_clear(dvdnav_t * this) {
--- a/highlight.c Thu Jun 05 10:30:17 2008 +0000 +++ b/highlight.c Sun Jun 08 09:03:10 2008 +0000 @@ -32,7 +32,7 @@ #include <limits.h> #include <string.h> #include <sys/time.h> -#include "nav_types.h" +#include <libdvdread/nav_types.h> #include "dvd_types.h" #include "remap.h" #include "vm/decoder.h"
--- a/navigation.c Thu Jun 05 10:30:17 2008 +0000 +++ b/navigation.c Sun Jun 08 09:03:10 2008 +0000 @@ -30,8 +30,8 @@ #include <string.h> #include <sys/time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h"
--- a/read_cache.c Thu Jun 05 10:30:17 2008 +0000 +++ b/read_cache.c Sun Jun 08 09:03:10 2008 +0000 @@ -37,8 +37,8 @@ #include <sys/time.h> #include <time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h"
--- a/remap.c Thu Jun 05 10:30:17 2008 +0000 +++ b/remap.c Sun Jun 08 09:03:10 2008 +0000 @@ -39,8 +39,8 @@ #include <limits.h> #include <sys/time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h"
--- a/searching.c Thu Jun 05 10:30:17 2008 +0000 +++ b/searching.c Sun Jun 08 09:03:10 2008 +0000 @@ -33,8 +33,8 @@ #include <stdlib.h> #include <sys/time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h"
--- a/settings.c Thu Jun 05 10:30:17 2008 +0000 +++ b/settings.c Sun Jun 08 09:03:10 2008 +0000 @@ -30,8 +30,8 @@ #include <string.h> #include <sys/time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h"
--- a/vm/decoder.c Thu Jun 05 10:30:17 2008 +0000 +++ b/vm/decoder.c Sun Jun 08 09:03:10 2008 +0000 @@ -33,8 +33,8 @@ #include <limits.h> #include <string.h> /* For memset */ #include <sys/time.h> -#include "nav_types.h" -#include "ifo_types.h" /* vm_cmd_t */ +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> /* vm_cmd_t */ #include "dvd_types.h" #include "remap.h"
--- a/vm/vm.c Thu Jun 05 10:30:17 2008 +0000 +++ b/vm/vm.c Sun Jun 08 09:03:10 2008 +0000 @@ -40,9 +40,9 @@ #include <sys/time.h> #include <fcntl.h> -#include "nav_types.h" -#include "ifo_types.h" -#include "ifo_read.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> +#include <libdvdread/ifo_read.h> #include "dvd_types.h" #include "decoder.h"
--- a/vm/vmcmd.c Thu Jun 05 10:30:17 2008 +0000 +++ b/vm/vmcmd.c Sun Jun 08 09:03:10 2008 +0000 @@ -34,8 +34,8 @@ #include <sys/time.h> #include "dvd_types.h" -#include "nav_types.h" -#include "ifo_types.h" +#include <libdvdread/nav_types.h> +#include <libdvdread/ifo_types.h> #include "decoder.h" #include "remap.h" #include "vm.h"