diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-16 14:45:24 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-16 14:45:24 +0000 |
commit | 2abc9b2aecac443cdcdf040818550ed641861543 (patch) | |
tree | 66e42cb44c15c5e57d5108f4e67aaf6ef7197797 | |
parent | 0f277f3552cbf130d12b431f09b1d8a3975b5baf (diff) | |
download | xine-lib-2abc9b2aecac443cdcdf040818550ed641861543.tar.gz xine-lib-2abc9b2aecac443cdcdf040818550ed641861543.tar.bz2 |
Disable debugging by default.
CVS patchset: 8129
CVS date: 2006/07/16 14:45:24
-rw-r--r-- | src/xine-utils/xine_mutex.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/xine_mutex.c b/src/xine-utils/xine_mutex.c index 55da3c6b9..e6b5025c8 100644 --- a/src/xine-utils/xine_mutex.c +++ b/src/xine-utils/xine_mutex.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: xine_mutex.c,v 1.4 2006/07/13 09:49:32 mshopf Exp $ + * $Id: xine_mutex.c,v 1.5 2006/07/16 14:45:24 dsalt Exp $ * */ @@ -29,7 +29,9 @@ #include <pthread.h> #include "xineutils.h" +/* #define DBG_MUTEX +*/ int xine_mutex_init (xine_mutex_t *mutex, const pthread_mutexattr_t *mutexattr, const char *id) { |