summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:49:33 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:49:33 +0000
commite389c4ef330c2deb5d218298dd8bb50b5401bbd4 (patch)
treefcfc6320a6013d2040ebad091c21c0b0cdf46139 /src/libspudec/spu.h
parent8a1e9d1463ffbe660edf0de1695b2f6e369d5837 (diff)
downloadxine-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.h')
-rw-r--r--src/libspudec/spu.h6
1 files changed, 3 insertions, 3 deletions
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 <dvdnav/nav_types.h>
+# include <dvdnav/nav_types.h>
#else
-#include "../input/libdvdnav/nav_types.h"
+# include "nav_types.h"
#endif
#define NUM_SEQ_BUFFERS 50