diff stream/stream_dvd.h @ 19763:b3855eac66ca

detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
author nicodvb
date Sat, 09 Sep 2006 19:35:55 +0000
parents 64d82a45a05d
children 42b46a42f83b
line wrap: on
line diff
--- a/stream/stream_dvd.h	Sat Sep 09 18:45:23 2006 +0000
+++ b/stream/stream_dvd.h	Sat Sep 09 19:35:55 2006 +0000
@@ -6,6 +6,11 @@
 #include "libmpdvdkit2/ifo_types.h"
 #include "libmpdvdkit2/ifo_read.h"
 #include "libmpdvdkit2/nav_read.h"
+#elif defined(USE_DVDNAV)
+#include <dvd_reader.h>
+#include <ifo_types.h>
+#include <ifo_read.h>
+#include <nav_read.h>
 #else
 #include <dvdread/dvd_reader.h>
 #include <dvdread/ifo_types.h>