mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

Windows: libsndfile clipping on recording broken #30

Closed JosepMaJAZ closed 7 years ago

JosepMaJAZ commented 7 years ago

This is related to this launchpad bug, that I forgot to verify when we upgraded the buildserver environment:

https://bugs.launchpad.net/mixxx/+bug/1637786

The file build\libsndfile-1.0.26\src\config.h needs to be modified so that the following constant is zero instead of one:

/ Target processor clips on negative float to int conversion. /

define CPU_CLIPS_NEGATIVE 0

rryan commented 7 years ago

Fixed by #31.