summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-08 13:58:11 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-08 13:58:11 +0000
commitb7dc399960075ecfc309d2e630c8ccc03cb6e899 (patch)
tree51189684e785349c3f1ed51c0510489fddab5ab8 /src
parent1cb86016d0888fe72eebda554db062fbb0c17feb (diff)
downloadxine-lib-b7dc399960075ecfc309d2e630c8ccc03cb6e899.tar.gz
xine-lib-b7dc399960075ecfc309d2e630c8ccc03cb6e899.tar.bz2
fix compilation problems
CVS patchset: 4572 CVS date: 2003/04/08 13:58:11
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvd.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index eb4874f72..279582890 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -18,7 +18,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: input_dvd.c,v 1.149 2003/04/07 18:13:19 mroi Exp $
+ * $Id: input_dvd.c,v 1.150 2003/04/08 13:58:11 mroi Exp $
*
*/
@@ -72,6 +72,7 @@
#ifdef HAVE_DVDNAV
# include <dvdnav/dvdnav.h>
#else
+# define DVDNAV_COMPILE
# include "dvdnav.h"
#endif
@@ -1579,6 +1580,9 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.150 2003/04/08 13:58:11 mroi
+ * fix compilation problems
+ *
* Revision 1.149 2003/04/07 18:13:19 mroi
* support the new menu resume feature
*