mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-29 02:50:30 +08:00
Forgot to update LIBAVCODEC_VERSION_INT
Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user