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/xine_decoder.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libspudec/xine_decoder.c') diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 04f4e5bb2..68e09fa17 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.96 2003/04/29 15:58:32 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.97 2003/04/30 16:49:35 mroi Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -38,11 +38,11 @@ #include "xineutils.h" #include "spu.h" #ifdef HAVE_DVDNAV -#include -#include +# include +# include #else -#include "../input/libdvdnav/nav_read.h" -#include "../input/libdvdnav/nav_types.h" +# include "nav_read.h" +# include "nav_types.h" #endif /* -- cgit v1.2.3