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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libspudec/spu.h') diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h index e727991eb..eb28523d1 100644 --- a/src/libspudec/spu.h +++ b/src/libspudec/spu.h @@ -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: spu.h,v 1.20 2003/04/29 15:58:32 jcdutton Exp $ + * $Id: spu.h,v 1.21 2003/04/30 16:49:34 mroi Exp $ * * This file was originally part of the OMS program. * @@ -36,9 +36,9 @@ #include "video_out.h" #include "video_overlay.h" #ifdef HAVE_DVDNAV -#include +# include #else -#include "../input/libdvdnav/nav_types.h" +# include "nav_types.h" #endif #define NUM_SEQ_BUFFERS 50 -- cgit v1.2.3