Hi all, I just upgraded my machine to Ubuntu Dapper Drake, and I'm trying to recompile transcode. I keep getting the following error, however:
ERROR: requirement failed: cannot link against libavcodec libavcodec can be found in the following packages: FFMpeg http://www.ffmpeg.org/ Now, I've got the latest svn from FFMPEG, and I've compiled and installed it. The following are the locations of libavcodec.a, libavcodec.so and avcodec.h: /usr/local/lib/libavcodec.a /usr/local/lib/libavcodec.so /usr/local/include/ffmpeg/avcodec.h And here's the configure command I'm using: ./configure --with-libavcodec-includes=/usr/local --with-libavcodec-libs=/usr/local --with-libavcodec-prefix=/usr/local I figure I'm just missing something, but any help I could get on figuring this out would be appreciated. Sean