summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.c
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.c
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.c')
-rw-r--r--src/libspudec/spu.c11
1 files changed, 5 insertions, 6 deletions
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 <dvdnav/nav_read.h>
-#include <dvdnav/nav_print.h>
+# include <dvdnav/nav_read.h>
+# include <dvdnav/nav_print.h>
#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