On Sun, May 08, 2005, Stefan Baums wrote: > Yes, I read that file earlier. Is this about the 'ffmpeg-config' > part in particular? On my system, I get: > > ~> ffmpeg-config --cflags > -I/usr/include/ffmpeg > > ~> ffmpeg-config --libs avcodec > -lavcodec -lvorbis -lvorbisenc -ldts -la52 -lz -lm
You need to replace "-lavcodec" in your Makefile (or Makefile.in, or equivalent) with either `ffmpeg-config --libs avcodec` or with its verbatim output. > By the way, the output of 'ffmpeg-config --libs avcodec' above has > me wondering again if bug #306023 plays a role here, too, since > according to that bug report, vorbis support is not properly > compiled into the current ffmpeg package. No, #306023, though not fixed yet, is unrelated to your problem. -- Sam. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

