On Tue, 2008-10-21 at 08:18 +0200, Michael Riepe wrote:
> Hi!
> 
> Mike wrote:
> > Okay, I tried compling with 
> > 
> > ./configure --with-ffmpeg=/usr/local
> > make
> > 
> > and I end up with this:
> > 
> > avframe.cpp:21:20: error: qimage.h: No such file or directory
> 
> You obviously also need --with-qt3=/wherever
> 

This is not the only problem. Further down you see 

> avframe.cpp:45: error: ‘img_copy’ was not declared in this scope

because newer ffmpeg has now av_picture_copy() instead, and also
avcodec_decode_audio() does not exist anymore (it was superseded by
avcodec2_decode_audio()). You have to edit avframe.cpp and also
lavfmuxer.cpp in order to compile dvbcut with this ffmpeg version.
The only problem remaining: it does still not work then with the lavf
muxer, complaining about an aspect ratio problem which I was unable to
fix until now with my limited C(++) knowledge. Maybe Wolfram Gloger has
a fix.

Levente



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to