Everytime I run ./configure on transcode (version 1-0-2) I receive this error:<br><br>ERROR: requirement failed: cannot compile ffmpeg/avcodec.h<br>ffmpeg/avcodec.h can be found in the following packages:<br> FFmpeg <a href="http://www.ffmpeg.org">
http://www.ffmpeg.org</a><br><br>I have the svn version of ffmpeg installed and the ffmpeg/avcodec.h file it's looking for is in my /usr/local/include directory. I noticed that the configure script defaults to /usr/local so I used "./configure --with-libavcodec-includes=/usr/local/include" in an attpemt to persuade it to use that directory. Same error. I even tried making symbolic links in the /usr/include directory of the headers. Nothing works! I am super frustrated.
<br><br>I tried the svn version of transcode but there's a syntax error in the configure script! :) HELP!<br><br>-Greg<br>