bump micro version: new string functions
Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bc60f09bff
commit
3565e10b44
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@
|
|||
#define AV_STRINGIFY(s) AV_TOSTRING(s)
|
||||
#define AV_TOSTRING(s) #s
|
||||
|
||||
#define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+0)
|
||||
#define LIBAVUTIL_VERSION 49.4.0
|
||||
#define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+1)
|
||||
#define LIBAVUTIL_VERSION 49.4.1
|
||||
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
|
||||
|
||||
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue