diff dvdnav.h @ 368:62dd6af82d7b src

adapted the tree to the dvdread->libdvdread transition
author nicodvb
date Sat, 31 May 2008 12:34:25 +0000
parents 9abc06e356ff
children 5a28a534ecf9
line wrap: on
line diff
--- a/dvdnav.h	Sat May 31 12:29:19 2008 +0000
+++ b/dvdnav.h	Sat May 31 12:34:25 2008 +0000
@@ -37,9 +37,9 @@
 
 #ifndef DVDNAV_COMPILE
 #  include <dvdnav/dvd_types.h>
-#  include <dvdread/dvd_reader.h>
-#  include <dvdread/nav_types.h>
-#  include <dvdread/ifo_types.h> /* For vm_cmd_t */
+#  include <libdvdread/dvd_reader.h>
+#  include <libdvdread/nav_types.h>
+#  include <libdvdread/ifo_types.h> /* For vm_cmd_t */
 #  include <dvdnav/dvdnav_events.h>
 #endif