Comment 7 for bug 395978

Revision history for this message
fenugrec (fenugrec) wrote :

Sorry, doesn't work here (faad 2.7) :
------------
[...]
Apple M4A audio file support... enabled

scons: ***
File "/home/patator/mixxxdev/mixxx/mixxx/src/SConscript", line 1019, in <module>
$>
------------

Also: mp4-mixxx.cpp line 189 (if __M4AHACK__ is not defined)
    (unsigned int*)&priv->sample_rate, &priv->channels) < 0) {
would need to be changed to
    (unsigned long*)&priv->sample_rate, &priv->channels) < 0) {