diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-30 16:49:33 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-30 16:49:33 +0000 |
commit | e389c4ef330c2deb5d218298dd8bb50b5401bbd4 (patch) | |
tree | fcfc6320a6013d2040ebad091c21c0b0cdf46139 /src/libspudec/spu_decoder_api.h | |
parent | 8a1e9d1463ffbe660edf0de1695b2f6e369d5837 (diff) | |
download | xine-lib-e389c4ef330c2deb5d218298dd8bb50b5401bbd4.tar.gz xine-lib-e389c4ef330c2deb5d218298dd8bb50b5401bbd4.tar.bz2 |
* 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
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 10 |
1 files changed, 7 insertions, 3 deletions
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 <dvdnav/nav_types.h> +#ifdef XINE_COMPILE +# ifdef HAVE_DVDNAV +# include <dvdnav/nav_types.h> +# else +# include "../input/libdvdnav/nav_types.h" +# endif #else -#include "../input/libdvdnav/nav_types.h" +# include "nav_types.h" #endif /* |