summaryrefslogtreecommitdiffstats
path: root/libdvdnav/dvdnav_internal.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-08-06 01:07:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-08-06 09:23:43 +0200
commit0984c8a873d7ed24259cf1ba600a3c989cdb3b08 (patch)
tree35c942467312c2e4ffd3d654917e9579503f3702 /libdvdnav/dvdnav_internal.h
parentba09a974bad106c61008615fb86deffe26f32bd3 (diff)
downloadk9copy-0984c8a8.tar.gz
k9copy-0984c8a8.zip
Fix incorrect use of dvdread includes.
It seems that the library has been designed for use includes in the form "#include <dvdread/...>" while we used includes without the "dvdread/" prefix. This caused that instead of using the standard path detected from pkg-config, the expected path had to be added to to -I flag. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f7c0362e26f62dc81769ab55a89e32c3c9a268d)
Diffstat (limited to 'libdvdnav/dvdnav_internal.h')
-rw-r--r--libdvdnav/dvdnav_internal.h2
1 files changed, 1 insertions, 1 deletions
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