summaryrefslogtreecommitdiff
path: root/src/libspudec/spu.c
diff options
context:
space:
mode:
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