Hi,

Herman Robak schrieb:
On Mon, 21 Apr 2008 13:49:03 +0200, toby <[EMAIL PROTECTED]> wrote:

Hi,

today I've tried to compile the latest r1056 on debian unstable with
external ffmpeg, libavcodeccvs51 version 3:20080414.
There have been two main issues, that needed some fixing.

...snip...

Is it required to fix SVN code, or is cinerella not intended to work
with latest ffmpeg ?

 Unless we explicitly state otherwise, users will assume that it does.
So I'd say this needs fixing.  Committers?

The "official" way to fix it (change #include <ffmpeg/...> to
#include <libavcodec/...>) will break compilation with older ffmpegs.

The only backwards compatible solution I found for my projects was to
use

#include <avcodec.h>

and do some autoconf magic to search for the directory. A (quite messy but
working) autoconf macro is here:

http://libquicktime.cvs.sourceforge.net/libquicktime/libquicktime/m4/avcodec.m4?view=markup

Depending on ffmpeg will never let you run out of challenges ;)

Burkhard

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to