Skip to content

community/chromaprint: actually use fftw

Gil Pedersen requested to merge kanongil/aports:chromaprint-use-fftw into master

The current release uses ffmpeg for the FFT processing, which means that the libchromaprint package has a dependency on ffmpeg. This gets recursive, since ffmpeg can be compiled with libchromaprint as a dependency.

This is fixed by using the FFTW3 library instead, which I suspect the port was intended to use due to the existing dev dependency on it.

Note that the main package will still depend on ffmpeg, since it requires other feature from it.

Merge request reports

Loading