gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog gui/gtk.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog gui/gtk.cpp
Date: Mon, 17 Mar 2008 18:44:18 +0100

On Mon, Mar 17, 2008 at 05:41:03PM +0000, Benjamin Wolsey wrote:

> +#ifdef HAVE_FFMPEG_AVCODEC_H
> +extern "C" {
> +# include "ffmpeg/avcodec.h" // Only for the version number
> +}
> +#endif
> +
> +#ifdef HAVE_GST_GST_H
> +# include "gst/gstversion.h" // Only for the version number
> +#endif

Best would be a runtime call to get version, if available.
So if you update gstreamer or ffmpeg libraries you get
the correct version, not freezed to the one found at compile-time.

--strk;




reply via email to

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