Commit 5694fd2d authored by kostya's avatar kostya

Forgot to update LIBAVCODEC_VERSION_INT


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 487eb96e
......@@ -17,7 +17,7 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
#define LIBAVCODEC_VERSION_INT ((51<<16)+(11<<8)+0)
#define LIBAVCODEC_VERSION 51.11.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
......
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