android13/external/libvpx/config/x86/vpx_version.h

9 lines
299 B
C

// This file is generated. Do not edit.
#define VERSION_MAJOR 1
#define VERSION_MINOR 11
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.11.0"
#define VERSION_STRING " v1.11.0"