it seems that old CS is working better than newtype now... :)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8394 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-12-07 20:02:29 +00:00
parent 58c8e27305
commit 598e58830b
1 changed files with 2 additions and 2 deletions

View File

@ -1244,8 +1244,8 @@ struct critsecs_list_t
};
/* 'NEWTYPE' is working with VIVO, 3ivX and QTX dll (no more segfaults) -- alex */
//#undef CRITSECS_NEWTYPE
#define CRITSECS_NEWTYPE 1
#undef CRITSECS_NEWTYPE
//#define CRITSECS_NEWTYPE 1
#ifdef CRITSECS_NEWTYPE
/* increased due to ucod needs more than 32 entries */