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 /k9Mplayer | |
parent | b375ac5d2df53aaf5600538d9072a11a68ce1b19 (diff) | |
download | k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.tar.gz k9copy-71c6fa0732781b1f3f5fda9e2154384644197ea5.zip |
Use system dvdread headers
This resolves Bug 1608
Diffstat (limited to 'k9Mplayer')
-rw-r--r-- | k9Mplayer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9Mplayer/Makefile.am b/k9Mplayer/Makefile.am index b037c99..c72b9e1 100644 --- a/k9Mplayer/Makefile.am +++ b/k9Mplayer/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/dvdread -I$(top_srcdir)/libk9copy $(all_includes) +INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/libk9copy $(all_includes) METASOURCES = AUTO noinst_LTLIBRARIES = libk9mplayer.la |