summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-10-22 17:16:57 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-10-22 17:16:57 +0000
commit0b854f7c4265680a380bfe666220f3188da048be (patch)
tree072af4f1929074dd2b7f2122a30da9a203beb27b
parent4fd1b743ba0ff6f3b330705d202b78cc09595bcc (diff)
downloadxine-lib-0b854f7c4265680a380bfe666220f3188da048be.tar.gz
xine-lib-0b854f7c4265680a380bfe666220f3188da048be.tar.bz2
Fix bad comment, and disable some piece of code to enable compilation on solaris
CVS patchset: 2940 CVS date: 2002/10/22 17:16:57
-rw-r--r--src/input/input_dvd.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 09efd3075..b43caa453 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.94 2002/10/22 07:36:05 jcdutton Exp $
+ * $Id: input_dvd.c,v 1.95 2002/10/22 17:16:57 jkeil Exp $
*
*/
@@ -1154,7 +1154,7 @@ check_solaris_vold_device(dvd_input_plugin_t *this)
free(device);
return;
}
- this->dvd_device = device;
+/* this->dvd_device = device; */
}
}
#endif
@@ -1563,7 +1563,7 @@ static void *init_plugin (xine_t *xine, void *data) {
/* pthread_mutex_init(&this->buf_mutex, NULL);
this->mem_stack = 0;
-/*
+*/
/* FIXME */
/* xine_register_event_listener(this->stream, dvd_event_listener, this);*/
@@ -1645,6 +1645,9 @@ this->dvd_device = "/dev/dvd";
/*
* $Log: input_dvd.c,v $
+ * Revision 1.95 2002/10/22 17:16:57 jkeil
+ * Fix bad comment, and disable some piece of code to enable compilation on solaris
+ *
* Revision 1.94 2002/10/22 07:36:05 jcdutton
* Update input_dvd.c to new api.
* Plays DVDs now, but not menu buttons work yet.