Reorganize libvpx to mimic Chromium's layout. We now sync libvpx to a subdirectory of third_party/libvpx where we've submitted our few wrapper files. This avoids having to "svn export" to the directory and allows direct committing of files.
Review URL: http://webrtc-codereview.appspot.com/64001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@186 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
7
third_party/libvpx/source/config/android/vpx_version.h
vendored
Normal file
7
third_party/libvpx/source/config/android/vpx_version.h
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 9
|
||||
#define VERSION_PATCH 6
|
||||
#define VERSION_EXTRA ""
|
||||
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
||||
#define VERSION_STRING_NOSP "v0.9.6"
|
||||
#define VERSION_STRING " v0.9.6"
|
||||
Reference in New Issue
Block a user