Gentlemen...despite many and many temptative I still can get rid of
transcode issue: finding ffmpeg.
Please note: I have compiled & installed ffmpeg by this:
./configure --enable-shared --enable-pthreads
I have these files installed:
/usr/lib/libavcodec.so.0..etc...etc...
/usr/local/include/ffmpeg/avcodec.h
/usr/local/bin/ffmpeg
I'd say that the correct string would be:
/configure --with-libavcodec-prefix=/usr/local/bin
--with-libavcodec-includes=/usr/local/include
--with-libavcodec-libs=/usr/lib
but I get the famous error:
ERROR: requirement failed: cannot compile ffmpeg/avcodec.h
ffmpeg/avcodec.h can be found in the following packages:
FFmpeg http://www.ffmpeg.org
What the hell it is the solution for this ?
Thanks
Paolo