From 3576b6ae41c3615bb15932b6603b973011837793 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Mon, 24 Feb 2003 20:44:26 +0000 Subject: make it compile again without external libdvdread. (I guess this is supposed to work somehow differently. Feel free to fix!) CVS patchset: 4283 CVS date: 2003/02/24 20:44:26 --- src/input/libdvdnav/dvdnav.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/input/libdvdnav/dvdnav.c b/src/input/libdvdnav/dvdnav.c index 38f8c92e6..dd6bdb550 100644 --- a/src/input/libdvdnav/dvdnav.c +++ b/src/input/libdvdnav/dvdnav.c @@ -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.c,v 1.15 2003/02/24 18:31:15 mroi Exp $ + * $Id: dvdnav.c,v 1.16 2003/02/24 20:44:26 siggi Exp $ * */ @@ -33,7 +33,7 @@ #include "dvdnav_internal.h" #include "read_cache.h" -#include +#include "../libdvdread/nav_read.h" #include #include @@ -957,6 +957,10 @@ uint32_t dvdnav_get_next_still_flag(dvdnav_t *this) { /* * $Log: dvdnav.c,v $ + * Revision 1.16 2003/02/24 20:44:26 siggi + * make it compile again without external libdvdread. + * (I guess this is supposed to work somehow differently. Feel free to fix!) + * * Revision 1.15 2003/02/24 18:31:15 mroi * sorry, wrong commit, this time it is: fix seek detection * -- cgit v1.2.3