diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-10 21:14:14 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-10 21:14:14 +0000 |
| commit | 393039dbf092579847f43821fb694ac5789c56fb (patch) | |
| tree | b6929307abb63fd85af0ef92f6ae51d2feeefc62 /src/dxr3 | |
| parent | 8c0b202a58fbce2a96ce3d02eea24b0e1e786e7a (diff) | |
| download | xine-lib-393039dbf092579847f43821fb694ac5789c56fb.tar.gz xine-lib-393039dbf092579847f43821fb694ac5789c56fb.tar.bz2 | |
Make buildable with current (external) libdvdnav & libdvdread.
Diffstat (limited to 'src/dxr3')
| -rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index e3d4f969b..683666d21 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.c @@ -51,8 +51,13 @@ #include "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" |
