mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
a52484c104
Update our in-tree libvpx code to upstream master from September 25. This includes a work-around added to skip neon intrinsics which android toolchains fail to compile properly. See bug 1087096. Results of running ./update.py --ndk ~/android/android-ndk-r9 --commit 587ff646f
8 lines
297 B
C
8 lines
297 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 3
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA "4418-g587ff64"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.3.0-4418-g587ff64"
|
|
#define VERSION_STRING " v1.3.0-4418-g587ff64"
|