[FFmpeg-devel] [PATCH] Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
michaelni at gmx.at
Fri Dec 19 19:42:01 CET 2014
On Fri, Dec 19, 2014 at 06:22:30PM +0100, Nicolas George wrote:
> Le nonidi 29 frimaire, an CCXXIII, Michael Niedermayer a écrit :
> > +#include "libavutil/ffversion.h"
> > +char *av_codec_ffversion = "FFmpeg version " FFMPEG_VERSION;
>
> This defines two variables: a pointer, and an anonymous const array of chars
> containing the string. Only the second one is needed, so I suggest:
>
> const char av_codec_ffversion[] = ...;
changed
all other issues fixed too
applied
thanks to all
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141219/c97470dc/attachment.asc>
More information about the ffmpeg-devel
mailing list