summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2003-02-24 20:44:26 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2003-02-24 20:44:26 +0000
commit3576b6ae41c3615bb15932b6603b973011837793 (patch)
treefedfada5055548785f97ffbab440dffa70a2bd2f
parentaff9f8ea867923a55ab3c4564fb215b639109dfa (diff)
downloadxine-lib-3576b6ae41c3615bb15932b6603b973011837793.tar.gz
xine-lib-3576b6ae41c3615bb15932b6603b973011837793.tar.bz2
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
-rw-r--r--src/input/libdvdnav/dvdnav.c8
1 files 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 <dvdread/nav_read.h>
+#include "../libdvdread/nav_read.h"
#include <stdlib.h>
#include <stdio.h>
@@ -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
*