Support for ACM based audio codec + wine bug
Brought to you by:
rbultje
This patch adds support for ACM based audio codecs (decoder side only). Currently only sirenacm is supported but adding other codecs should be trivial.
A bug was discovered in the wine part for the calculation of _CIpow.
sirenacm.dll uses some functions from a dll missing in the wine emulation. These were added.
Patch