summaryrefslogtreecommitdiff
path: root/src/dxr3
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
commitabd0a463dca3cdc98d11c7ff811a9be3099d01cc (patch)
tree3dee9564a8e7ba68c21c16844af327727b36ce0a /src/dxr3
parent09e2ba368cb0b68e9b91d4b78709c8efa044c538 (diff)
parent841473467fd19e4fa4e255d9e17af526ecee5ac8 (diff)
downloadxine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.gz
xine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.bz2
Merge from 1.1.
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h
Diffstat (limited to 'src/dxr3')
-rw-r--r--src/dxr3/dxr3_decode_spu.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c
index 7e7aa1f1a..ca2df4afd 100644
--- a/src/dxr3/dxr3_decode_spu.c
+++ b/src/dxr3/dxr3_decode_spu.c
@@ -51,8 +51,13 @@
#include <xine/buffer.h>
#include "xine-engine/bswap.h"
#ifdef HAVE_DVDNAV
-# include <dvdnav/nav_types.h>
-# include <dvdnav/nav_read.h>
+# ifdef HAVE_DVDNAV_NAVTYPES_H
+# include <dvdnav/nav_types.h>
+# include <dvdnav/nav_read.h>
+# else
+# include <dvdread/nav_types.h>
+# include <dvdread/nav_read.h>
+# endif
#else
# include "nav_types.h"
# include "nav_read.h"