Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This upstream version introduces some changes in CMake configuration
options.
Some notable ones:
- Building examples is not available anymore.
- Library for FFT calculations is selected by option 'FFT_LIB'.
- fpcalc binary utility can be easily compiled using FFmpeg, while
maintaining FFTW3 for FFT calculations in libchromaprint.so.
For details and implications, see note in PKGBUILD file.
|
|
|
|
|
|
boost is needed only for making the test suite so it can be removed
from the needed dependencies.
|
|
As stated in Chromaprint bitbucket website, compiling with FFTW
makes the resulting chromaprint binary GPL licensed because FFTW
is GPL licensed.
|
|
|