Bad sound with SDL_Mixer and DMODE_HQMIXER

Hello !

I thought this was fixed a long time ago.
SDL_Mixer on Mac OSX with builtin MikMod produces bad
sound with DMODE_HQMIXER.

I thought there was some code in music.c
#ifdef NoMac
add DMODE_HQMIXER
#endif

Has somebody removed it with a commit ?

CU