diff options
Diffstat (limited to 'thirdparty/libvpx/vpx_version.h')
-rw-r--r-- | thirdparty/libvpx/vpx_version.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/thirdparty/libvpx/vpx_version.h b/thirdparty/libvpx/vpx_version.h deleted file mode 100644 index 5cff3b429f..0000000000 --- a/thirdparty/libvpx/vpx_version.h +++ /dev/null @@ -1,7 +0,0 @@ -#define VERSION_MAJOR 1 -#define VERSION_MINOR 6 -#define VERSION_PATCH 0 -#define VERSION_EXTRA "" -#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) -#define VERSION_STRING_NOSP "v1.6.0" -#define VERSION_STRING " v1.6.0" |