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
*** Configuring image hash ***
checking CImg.h usability... no
checking CImg.h presence... no
checking for CImg.h... no
checking whether CImg.h is in the current or src directory.... no
*** Configuring video Hash ***
checking whether FFmpeg is present... checking for avcodec_alloc_frame in -lavcodec... no
configure: error:
*** libavcodec not found.
You need FFmpeg. Get it at <http://ffmpeg.org/>
Seems like its not compatible to ffmpeg version:
[(https://stackoverflow.com/questions/30107520/error-installing-phash-on-ubuntu)]
FFmpeg is definitely installed under /usr/local/bin. Do you know how to fix this?
The text was updated successfully, but these errors were encountered:
It seems like you are using the download from the website. If you check out from git you can use cmake to build. It will work with the latest FFmpeg. But you need the FFmpeg development libraries not the binary.
Output on Ubuntu 18.04:
Seems like its not compatible to ffmpeg version:
[(https://stackoverflow.com/questions/30107520/error-installing-phash-on-ubuntu)]
FFmpeg is definitely installed under /usr/local/bin. Do you know how to fix this?
The text was updated successfully, but these errors were encountered: