diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-03 13:04:52 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-03 13:04:52 +0000 |
commit | bd2916d027e608408c3d61cf2fa061d53baa5338 (patch) | |
tree | 209cfd8cd5fae8504c578c4c95329ccc97c52d20 | |
parent | d186b7a3917e19f12478245ebb14ef7aa8427781 (diff) | |
download | xine-lib-bd2916d027e608408c3d61cf2fa061d53baa5338.tar.gz xine-lib-bd2916d027e608408c3d61cf2fa061d53baa5338.tar.bz2 |
not so much noise in cvs
CVS patchset: 4535
CVS date: 2003/04/03 13:04:52
-rw-r--r-- | src/input/input_dvd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 84129957e..7c6134240 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.139 2003/04/01 11:45:32 jcdutton Exp $ + * $Id: input_dvd.c,v 1.140 2003/04/03 13:04:52 mroi Exp $ * */ @@ -84,7 +84,7 @@ #include "xine_internal.h" /* Print debug messages? */ -#define INPUT_DEBUG +/* #define INPUT_DEBUG */ /* Print trace messages? */ /* #define INPUT_DEBUG_TRACE */ @@ -1625,6 +1625,9 @@ static void *init_class (xine_t *xine, void *data) { /* * $Log: input_dvd.c,v $ + * Revision 1.140 2003/04/03 13:04:52 mroi + * not so much noise in cvs + * * Revision 1.139 2003/04/01 11:45:32 jcdutton * Fix race condition, where spudec_reset is called and then a button update arrives from input_dvd.c before we have our this->menu_handle back. * |