gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...


From: Martin Guy
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...
Date: Thu, 31 May 2007 10:52:54 +0100

2007/5/31, Bastiaan Jacques <address@hidden>:
> We still want to use the old interface if the new is not available yet.
> It needs some #ifdefs based on FFMPEG version...

The Ffmpeg version that we require (prior to my patch) already has
libswscale.

Urp! It just broke on Debian

libbase/embedVideoDecoderFfmpeg.cpp:27:28: error: ffmpeg/swscale.h: No
such file or directory

No current Debian package contains a file called "swscale.h".
In the experimental version there is a new "libswscale-dev" package
which is built from the ffmpeg sources and which contains
ffmpeg/swscale.

On the next Debian you can have a recent ffmpeg installed without
img_convert in it, but without libswscale-dev package installed
either, so just checking for ffmpeg/swscale.h presence to determine
which code to use is no good;
I think it has to be ffmpeg version-based, probably followed by a
check for swscale.h presence if the version is recent enough.

   M


   M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]