diff decoder.c @ 169:90b1f6f0520e src

Modified libdvdnav to do without libdvdread. Use internal ifo tools.
author jcdutton
date Sun, 27 Apr 2003 01:26:18 +0000
parents 3bfaec0c1288
children 36777e6346c5
line wrap: on
line diff
--- a/decoder.c	Sun Apr 27 00:00:49 2003 +0000
+++ b/decoder.c	Sun Apr 27 01:26:18 2003 +0000
@@ -30,7 +30,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <string.h>  /* For memset */
-#include <dvdread/ifo_types.h> /* vm_cmd_t */
+#include "ifo_types.h" /* vm_cmd_t */
 #include <assert.h>
 #include "dvdnav_internal.h"