# HG changeset patch # User Matti Hamalainen # Date 1352283321 -7200 # Node ID f2e023bf718f4184764da072c9dae7025ea81936 # Parent c83c08b2ede425c37d2022c2f28e3e128fe9fd73 Remove the forced HardSID builder disabling. diff -r c83c08b2ede4 -r f2e023bf718f src/xmms-sid.h --- a/src/xmms-sid.h Wed Nov 07 12:08:04 2012 +0200 +++ b/src/xmms-sid.h Wed Nov 07 12:15:21 2012 +0200 @@ -49,10 +49,6 @@ */ #undef XS_MUTEX_DEBUG -/* HardSID-support is not working and is untested, thus we disable it here. - */ -#undef HAVE_HARDSID_BUILDER - /* Size for some small buffers (always static variables) */ #define XS_BUF_SIZE (512)