mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
Provide sha1 to outside applications
Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
#define AV_STRINGIFY(s) AV_TOSTRING(s)
|
||||
#define AV_TOSTRING(s) #s
|
||||
|
||||
#define LIBAVUTIL_VERSION_INT ((49<<16)+(5<<8)+0)
|
||||
#define LIBAVUTIL_VERSION 49.5.0
|
||||
#define LIBAVUTIL_VERSION_INT ((49<<16)+(6<<8)+0)
|
||||
#define LIBAVUTIL_VERSION 49.6.0
|
||||
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
|
||||
|
||||
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user