From e389c4ef330c2deb5d218298dd8bb50b5401bbd4 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 30 Apr 2003 16:49:33 +0000 Subject: * when NOT using a standalone libdvdnav, we do NOT have to link the whole libdvdnav into the spu decoder plugin statically, only nav_read.c is needed (read: revert to old linking behaviour for included libdvdnav) * beautification CVS patchset: 4724 CVS date: 2003/04/30 16:49:33 --- src/libspudec/spu_decoder_api.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/libspudec/spu_decoder_api.h') diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index 3a31c3374..e43cc51f2 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -26,10 +26,14 @@ #define SPU_DECODER_IFACE_VERSION 13 -#ifdef HAVE_DVDNAV -#include +#ifdef XINE_COMPILE +# ifdef HAVE_DVDNAV +# include +# else +# include "../input/libdvdnav/nav_types.h" +# endif #else -#include "../input/libdvdnav/nav_types.h" +# include "nav_types.h" #endif /* -- cgit v1.2.3