comparison src/xmms-sid.h @ 802:f2e023bf718f

Remove the forced HardSID builder disabling.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 12:15:21 +0200
parents 37ab2fba30c8
children 0c2f8ee6be42
comparison
equal deleted inserted replaced
801:c83c08b2ede4 802:f2e023bf718f
46 /* Define to enable non-portable thread and mutex debugging code. 46 /* Define to enable non-portable thread and mutex debugging code.
47 * You need to #define DEBUG also to make this useful. 47 * You need to #define DEBUG also to make this useful.
48 * (Works probably with GNU/Linux pthreads implementation only) 48 * (Works probably with GNU/Linux pthreads implementation only)
49 */ 49 */
50 #undef XS_MUTEX_DEBUG 50 #undef XS_MUTEX_DEBUG
51
52 /* HardSID-support is not working and is untested, thus we disable it here.
53 */
54 #undef HAVE_HARDSID_BUILDER
55 51
56 /* Size for some small buffers (always static variables) */ 52 /* Size for some small buffers (always static variables) */
57 #define XS_BUF_SIZE (512) 53 #define XS_BUF_SIZE (512)
58 54
59 #define XS_BUF2_SIZE (4096) 55 #define XS_BUF2_SIZE (4096)