[Toxine-cvs] CVS: toxine/src errors.c,1.1,1.2 errors.h,1.1,1.2
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-05-27 01:08:52
|
Update of /cvsroot/toxine/toxine/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5501 Modified Files: errors.c errors.h Log Message: @@remove unneeded error code Index: errors.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/errors.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- errors.c 27 May 2004 00:42:57 -0000 1.1 +++ errors.c 27 May 2004 01:08:42 -0000 1.2 @@ -47,7 +47,6 @@ { "TOX_ERR_VOP_FAILURE", TOX_ERR_VOP_FAILURE }, { "TOX_ERR_AOP_FAILURE", TOX_ERR_AOP_FAILURE }, { "TOX_ERR_WRONG_VERSION", TOX_ERR_WRONG_VERSION }, - { "TOX_ERR_XINE_GET_ERROR", TOX_ERR_XINE_GET_ERROR }, /* xine API */ { "TOX_ERR_XINE_OPEN_VIDEO_DRIVER", TOX_ERR_XINE_OPEN_VIDEO_DRIVER }, { "TOX_ERR_XINE_OPEN_AUDIO_DRIVER", TOX_ERR_XINE_OPEN_AUDIO_DRIVER }, Index: errors.h =================================================================== RCS file: /cvsroot/toxine/toxine/src/errors.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- errors.h 27 May 2004 00:42:57 -0000 1.1 +++ errors.h 27 May 2004 01:08:42 -0000 1.2 @@ -41,10 +41,8 @@ TOX_ERR_AOP_FAILURE, /* Audio Output Plugin failed to initialize */ TOX_ERR_WRONG_VERSION, /* Wrong version of xine-lib */ - - TOX_ERR_XINE_GET_ERROR = 100, /* xine_get_error returned != XINE_ERROR_NONE */ /* xine's fonctions error code, self explanatory */ - TOX_ERR_XINE_OPEN_VIDEO_DRIVER, + TOX_ERR_XINE_OPEN_VIDEO_DRIVER = 100, TOX_ERR_XINE_OPEN_AUDIO_DRIVER, TOX_ERR_XINE_STREAM_NEW, TOX_ERR_XINE_OPEN, |