[DVDnav-discuss] [dvdread PATCH] Drop conditional include paths for dvdnav

Dan Nicholson dbn.lists at gmail.com
Sun Jun 8 18:12:39 CEST 2008


---
 src/ifo_print.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/ifo_print.h b/src/ifo_print.h
index 9e7367a..bd6f644 100644
--- a/src/ifo_print.h
+++ b/src/ifo_print.h
@@ -21,11 +21,7 @@
 #define IFO_PRINT_H_INCLUDED
 
 #include <inttypes.h>
-#ifdef DVDNAV_COMPILE
-#  include "ifo_types.h"
-#else
-#  include <libdvdread/ifo_types.h> /*  Only for vm_cmd_t  */
-#endif
+#include "ifo_types.h"
 
 void ifo_print(dvd_reader_t *dvd, int title);
 
-- 
1.5.3.2



More information about the DVDnav-discuss mailing list