diff options
-rw-r--r-- | src/input/libdvdnav/dvdnav.h | 10 |
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" |