diff options
author | Francois Andriot <[email protected]> | 2013-08-13 17:44:08 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-08-13 17:44:08 -0500 |
commit | 71c6fa0732781b1f3f5fda9e2154384644197ea5 (patch) | |
tree | 99ed96660bc619a9e2fd46a22130ebe6318adb43 /libdvdnav | |
parent | b375ac5d2df53aaf5600538d9072a11a68ce1b19 (diff) | |
download | k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.tar.gz k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.zip |
Use system dvdread headers
This resolves Bug 1608
Diffstat (limited to 'libdvdnav')
-rw-r--r-- | libdvdnav/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdvdnav/Makefile.am b/libdvdnav/Makefile.am index 13baa2d..4af5610 100644 --- a/libdvdnav/Makefile.am +++ b/libdvdnav/Makefile.am @@ -11,4 +11,4 @@ noinst_HEADERS = common.h dvdread.h -INCLUDES = -I$(top_srcdir)/dvdread +INCLUDES = -I/usr/include/dvdread |