Commit 9c050969 authored by Kostya Shishkov's avatar Kostya Shishkov

Forgot to update LIBAVCODEC_VERSION_INT

Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ba32c8df
...@@ -17,7 +17,7 @@ extern "C" { ...@@ -17,7 +17,7 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #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_VERSION 51.11.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #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