From c0dd70ba6691a15c16d757d3aaf334b6d6c55ec8 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 7 Apr 2003 19:59:09 +0000 Subject: Get xine cvs to compile with xine's version of libdvdnav. CVS patchset: 4568 CVS date: 2003/04/07 19:59:09 --- src/input/libdvdnav/dvdnav.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/input/libdvdnav/dvdnav.h b/src/input/libdvdnav/dvdnav.h index 67a82c69d..fa210ea53 100644 --- a/src/input/libdvdnav/dvdnav.h +++ b/src/input/libdvdnav/dvdnav.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav.h,v 1.9 2003/04/07 18:10:48 mroi Exp $ + * $Id: dvdnav.h,v 1.10 2003/04/07 19:59:09 jcdutton Exp $ * */ @@ -33,12 +33,12 @@ extern "C" { #endif -#ifdef DVDNAV_COMPILE -# include "dvdnav_events.h" -# include "dvd_types.h" -#else +#ifdef HAVE_DVDNAV # include # include +#else +# include "dvdnav_events.h" +# include "dvd_types.h" #endif #include "dvd_reader.h" -- cgit v1.2.3