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
In file included from avframe.cpp:24:
avframe.h:27:21: error: swscale.h: No such file or directory
avframe.cpp: In constructor ‘avframe::avframe(AVFrame*, AVCodecContext*)’:
avframe.cpp:45: error: ‘img_copy’ was not declared in this scope
avframe.cpp:63: error: ‘SWS_BICUBIC’ was not declared in this scope
avframe.cpp:64: error: ‘sws_getContext’ was not declared in this scope
avframe.cpp: In destructor ‘avframe::~avframe()’:
avframe.cpp:76: error: ‘sws_freeContext’ was not declared in this scope
avframe.cpp: In member function ‘QImage avframe::getqimage(bool, int)’:
avframe.cpp:80: error: return type ‘struct QImage’ is incomplete
avframe.cpp:87: error: invalid use of incomplete type ‘struct QImage’
avframe.h:31: error: forward declaration of ‘struct QImage’
avframe.cpp:100: error: ‘sws_scale’ was not declared in this scope
avframe.cpp:105: error: aggregate ‘QImage im’ has incomplete type and cannot be 
defined
make[1]: *** [avframe.o] Error 1
make[1]: Leaving directory `/usr/src/dvbcut-134 (testing only)/src'
make: *** [all] Error 2

There is another post about this.  Now I understand what they were talking 
about.


--- On Sun, 10/19/08, Michael Riepe <[EMAIL PROTECTED]> wrote:

> You have more than one version of ffmpeg installed,
> don't you?

Yes, actually I have an old version from my distro in /usr/bin and my SVN 
version in /usr/local/bin.  I've always had it this way.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
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