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.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/libspudec/spu.c') diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index ceb803032..4a94b4a8c 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.63 2003/04/29 15:58:32 jcdutton Exp $ + * $Id: spu.c,v 1.64 2003/04/30 16:49:34 mroi Exp $ * */ @@ -56,15 +56,14 @@ #include "buffer.h" #include "xine-engine/bswap.h" #ifdef HAVE_DVDNAV -#include -#include +# include +# include #else -#include "../input/libdvdnav/nav_read.h" -#include "../input/libdvdnav/nav_print.h" +# include "nav_read.h" +# include "nav_print.h" #endif - /* #define LOG_DEBUG 1 #define LOG_BUTTON 1 -- cgit v1.2.3