From aacf6838eb688de5ba78468fddfd50a7b4b76582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 17 Jun 2008 10:53:35 +0000 Subject: Make resindvd work with libdvdnav >= 4.0.0. Original commit message from CVS: * configure.ac: * ext/resindvd/resindvdsrc.h: Make resindvd work with libdvdnav >= 4.0.0. --- ext/resindvd/resindvdsrc.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ext') diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h index 8fe68100..c0272c81 100644 --- a/ext/resindvd/resindvdsrc.h +++ b/ext/resindvd/resindvdsrc.h @@ -25,12 +25,21 @@ #include "_stdint.h" +#ifndef DVDNAV_OLD + +#include +#include + +#else + #include #include #include #include +#endif + G_BEGIN_DECLS #define RESIN_TYPE_DVDSRC (rsn_dvdsrc_get_type()) -- cgit v1.2.1