Greetings all.

--Vini -- thanks for your help. Indeed there was a path problem with
libavformat which is fixed with the configure arguement options.

So, everything then configured and compiled correctly using the dev
packages. HOWEVER,
-y ffmpeg, null -F mpeg4 options first didn't work because ffmpeg didn't
work with the xvid mpeg4. I went to here:

http://www.debian-multimedia.org

to get ffmpeg debian packages as well as xvidcore, xvidcore-dev packages. I
added --enable-xvid. I then make clean; make; sudo make install once again
and everything works as before EXCEPT I do notice that the CPU usage seems
higher with same transcode command.

*Might* this be due to using the deb packages or ?

thanks all!

Ted



On Wed, Jun 3, 2009 at 2:08 PM, Francesco Romani <from...@gmail.com> wrote:

> On Tue, 2009-06-02 at 20:25 -0500, ted morris wrote:
> >
> > Greetings,
> >
> > I'm trying to build transcode 1.10 on Lenny. (starting with out of
> > box ./configure)
> >  I always get the following error:
> >
> > <snip>
> > ERROR: requirement failed: cannot link against libavformat
> > libavformat can be found in the following packages:
> >   libavformat  http://www.ffmpeg.org/
> > <snip>
> >
> > I have tried two appropaches:
> >
> > #1:  I've built ffmpeg from source (#define FFMPEG_VERSION
> > "SVN-r16504").
> > I made sure paths are set correctly for libavformat, and then set
> > config flags
> > as in:
>
> Please attach the config.log produced using that way
>
> > #2: I utilized the Debian packages (as found with apt-cache search
> > libav)
> >
> > <snip>
> > its...@roadstripe:/usr/local/lib$ ls /usr/lib/libavform*
> > /usr/lib/libavformat.a   /usr/lib/libavformat.so.52
> > /usr/lib/libavformat.so  /usr/lib/libavformat.so.52.7.0
> > its...@roadstripe:/usr/local/lib$
> > <snip>
>
> You'll need the -dev packages too.
>
> --
> Francesco Romani // Ikitt
> http://fromani.exit1.org  ::: transcode homepage
> http://tcforge.berlios.de ::: transcode experimental forge
>
>

Reply via email to