diff options
Diffstat (limited to 'libdvdnav')
-rw-r--r-- | libdvdnav/Makefile.am | 2 | ||||
-rw-r--r-- | libdvdnav/common.h | 10 | ||||
-rw-r--r-- | libdvdnav/dvdnav_internal.h | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libdvdnav/Makefile.am b/libdvdnav/Makefile.am index 4af5610..fc96611 100644 --- a/libdvdnav/Makefile.am +++ b/libdvdnav/Makefile.am @@ -11,4 +11,4 @@ noinst_HEADERS = common.h dvdread.h -INCLUDES = -I/usr/include/dvdread +INCLUDES = diff --git a/libdvdnav/common.h b/libdvdnav/common.h index c54924e..7f88e7d 100644 --- a/libdvdnav/common.h +++ b/libdvdnav/common.h @@ -9,8 +9,8 @@ #include <stdint.h> #endif -#include "ifo_types.h" -#include "dvd_reader.h" -#include "ifo_read.h" -#include "nav_read.h" -#include "nav_types.h" +#include <dvdread/ifo_types.h> +#include <dvdread/dvd_reader.h> +#include <dvdread/ifo_read.h> +#include <dvdread/nav_read.h> +#include <dvdread/nav_types.h> diff --git a/libdvdnav/dvdnav_internal.h b/libdvdnav/dvdnav_internal.h index efa8708..9bd2a66 100644 --- a/libdvdnav/dvdnav_internal.h +++ b/libdvdnav/dvdnav_internal.h @@ -94,7 +94,7 @@ typedef struct read_cache_s read_cache_t; /* * These are defined here because they are - * not in ifo_types.h, they maybe one day + * not in dvdread/ifo_types.h, they maybe one day */ #ifndef audio_status_t |