Skip to content

Commit

Permalink
Merge pull request xbmc#2198 from wsnipex/libdvd-fix
Browse files Browse the repository at this point in the history
libdvdnav: include the dvdreader header correctly
  • Loading branch information
davilla committed Feb 9, 2013
2 parents 906a15a + 8244e4b commit 7253a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2693,6 +2693,7 @@ XB_CONFIG_MODULE([lib/libdvd/libdvdread], [
$MAKE dvdread-config &&
mkdir -p `pwd`/../includes/dvdread
cp `pwd`/../libdvdread/src/*.h `pwd`/../includes/dvdread
cp `pwd`/../libdvdread/src/dvdread/*.h `pwd`/../includes/dvdread
], [0])

XB_CONFIG_MODULE([lib/libdvd/libdvdnav], [
Expand Down

0 comments on commit 7253a50

Please sign in to comment.