| OLD | NEW |
| 1 Name: libvpx | 1 Name: libvpx |
| 2 URL: http://www.webmproject.org | 2 URL: http://www.webmproject.org |
| 3 Version: v1.6.0 | 3 Version: v1.6.0 |
| 4 License: BSD | 4 License: BSD |
| 5 License File: source/libvpx/LICENSE | 5 License File: source/libvpx/LICENSE |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Date: Thursday September 22 2016 | 8 Date: Thursday September 22 2016 |
| 9 Branch: master | 9 Branch: master |
| 10 Commit: 99ef84c65a2b5760bec5d9300974946303090afb | 10 Commit: 99ef84c65a2b5760bec5d9300974946303090afb |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 -r <libvpx OWNER> \ | 24 -r <libvpx OWNER> \ |
| 25 --log-limit 20 \ | 25 --log-limit 20 \ |
| 26 --roll-to <libvpx hash> \ | 26 --roll-to <libvpx hash> \ |
| 27 src/third_party/libvpx/source/libvpx | 27 src/third_party/libvpx/source/libvpx |
| 28 | 28 |
| 29 Use the generated commit message for the roll. | 29 Use the generated commit message for the roll. |
| 30 | 30 |
| 31 2. Generate .gni and config files. | 31 2. Generate .gni and config files. |
| 32 | 32 |
| 33 cd third_party/libvpx | 33 cd third_party/libvpx |
| 34 ./generate_gni.sh | 34 ./generate_gni.sh --enable-vp9-highbitdepth |
| 35 | 35 |
| 36 3. Update 'Branch' in README.chromium if necessary. | 36 3. Update 'Branch' in README.chromium if necessary. |
| 37 | 37 |
| 38 Tools needed to build libvpx: | 38 Tools needed to build libvpx: |
| 39 | 39 |
| 40 - generate_gni.sh | 40 - generate_gni.sh |
| 41 | 41 |
| 42 Generate config and .gni files that contain the source list for each platform. | 42 Generate config and .gni files that contain the source list for each platform. |
| 43 Configuration for the build is taken from vpx_config.h for each platform. | 43 Configuration for the build is taken from vpx_config.h for each platform. |
| 44 | 44 |
| 45 - lint_config.sh | 45 - lint_config.sh |
| 46 | 46 |
| 47 A tool to verify vpx_config.h and vpx_config.asm are matched. This also | 47 A tool to verify vpx_config.h and vpx_config.asm are matched. This also |
| 48 prints the final configuration after checking. | 48 prints the final configuration after checking. |
| OLD | NEW |