On Sat, May 07, 2005, Stefan Baums wrote: > Neither transcode 0.6.14 nor transcode 1.0.0-beta2 will compile > against Debianâs ffmpeg, apparently due to an undefined reference > in libavcodec.a. Here is the error output:
Static libraries do not have dependency information. You need to explicitely link other libraries instead of simply using -lavcodec. Please read /usr/share/doc/libavcodec-dev/README.Debian . -- Sam.

