You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to build your library inside an android kivy/python application, so I need to use buildozer and its underlying python4android, so I'm writing a custom recipe for it, that depends on ffmpeg.
The problem is that I'm unable to make chromaprint's cmake to detect ffmpeg, I also provided as ffmpeg root the build directory of ffmpeg and I also tried linking it to one of well known library folders: /opt/include/local, but it didn't work. I'm sure that ffmpeg header files exists inside ffmpeg build dir.
The error is always -- Could not find FFMPEG FFTW3 lib not found. Set FFTW3_DIR to find it. -- Could NOT find KissFFT (missing: KISSFFT_SOURCE_DIR) CMake Error at CMakeLists.txt:156 (message): No FFT library found
What should I do?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to build your library inside an android kivy/python application, so I need to use buildozer and its underlying python4android, so I'm writing a custom recipe for it, that depends on ffmpeg.
The problem is that I'm unable to make chromaprint's cmake to detect ffmpeg, I also provided as ffmpeg root the build directory of ffmpeg and I also tried linking it to one of well known library folders: /opt/include/local, but it didn't work. I'm sure that ffmpeg header files exists inside ffmpeg build dir.
Further details: this is the file toolchain
The error is always
-- Could not find FFMPEG FFTW3 lib not found. Set FFTW3_DIR to find it. -- Could NOT find KissFFT (missing: KISSFFT_SOURCE_DIR) CMake Error at CMakeLists.txt:156 (message): No FFT library found
What should I do?
The text was updated successfully, but these errors were encountered: