diff options
author | elupus <elupus@xbmc.org> | 2011-07-09 19:58:35 +0200 |
---|---|---|
committer | elupus <elupus@xbmc.org> | 2011-07-09 20:04:53 +0200 |
commit | 993b743665c7ff42e02bfda0fb751b95937c05d7 (patch) | |
tree | ca8eb235069e85752e7b14c363317e27090a7ea6 /Makefile.include.in | |
parent | 0cc61fb5f1f22eb045839e7ab8fbc7703889efd8 (diff) |
changed: win32 has dvdplayer root in include dir, so let's have that for linux too
Diffstat (limited to 'Makefile.include.in')
-rw-r--r-- | Makefile.include.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.include.in b/Makefile.include.in index 44c4f44058..93cd32eac8 100644 --- a/Makefile.include.in +++ b/Makefile.include.in @@ -38,6 +38,7 @@ ifneq (@USE_EXTERNAL_FFMPEG@,1) INCLUDES+=-I@abs_top_srcdir@/lib/ffmpeg endif INCLUDES+=-I@abs_top_srcdir@/xbmc/linux +INCLUDES+=-I@abs_top_srcdir@/xbmc/cores/dvdplayer DEFINES+= \ @ARCH_DEFINES@ \ -D_FILE_DEFINED \ |