mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Forgot to update LIBAVCODEC_VERSION_INT
Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ba32c8dfd9
commit
9c05096967
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user