Commit 212bb5f0 authored by lu_zero's avatar lu_zero

bump micro version: new string functions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44ff855c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment