summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-07 19:59:09 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-07 19:59:09 +0000
commitc0dd70ba6691a15c16d757d3aaf334b6d6c55ec8 (patch)
tree41b8e705a959d3c68bb4c054d867c6b6327b4107 /src
parent2370e3704490fe92ad5c32689b1895105b744b29 (diff)
downloadxine-lib-c0dd70ba6691a15c16d757d3aaf334b6d6c55ec8.tar.gz
xine-lib-c0dd70ba6691a15c16d757d3aaf334b6d6c55ec8.tar.bz2
Get xine cvs to compile with xine's version of libdvdnav.
CVS patchset: 4568 CVS date: 2003/04/07 19:59:09
Diffstat (limited to 'src')
-rw-r--r--src/input/libdvdnav/dvdnav.h10
1 files changed, 5 insertions, 5 deletions
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 <dvdnav/dvdnav_events.h>
# include <dvdnav/dvd_types.h>
+#else
+# include "dvdnav_events.h"
+# include "dvd_types.h"
#endif
#include "dvd_reader.h"