<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hello,<br>
<br>
I have little experience building projects in C so any help would be appreciated.<br>
<br>
I am trying to build pHash 0.9 under windows using MinGW and MSYS.<br>
FFMPEG has been successfully configured/built/installed (version ffmpeg-0.5.1)<br>
but I am getting the following error when trying ./configure for pHash:<br>
----- quote ------<br>
checking how to hardcode library paths into programs... immediate<br>
<br>
*** Configuring image hash ***<br>
<br>
checking CImg.h usability... no<br>
checking CImg.h presence... no<br>
checking for CImg.h... no<br>
checking whether CImg.h is in the current or src directory.... yes<br>
<br>
*** Configuring video Hash ***<br>
<br>
checking whether FFmpeg is present... checking for avcodec_alloc_frame in -lavco<br>
dec... no<br>
configure: error:<br>
<br>
*** libavcodec not found.<br>
You need FFmpeg. Get it at <http://ffmpeg.org/><br>
----- quote ------<br>
<br>
any ideas how to include the libraries ? Am i using a wrong version of FFMPEG  or something ?<br>
<br>
thanx,<br>
George<br></td></tr></table><br>