| OLD | NEW |
| 1 Name: libvpx | 1 Name: libvpx |
| 2 URL: http://www.webmproject.org | 2 URL: http://www.webmproject.org |
| 3 Version: v1.4.0 | 3 Version: v1.4.0 |
| 4 License: BSD | 4 License: BSD |
| 5 License File: source/libvpx/LICENSE | 5 License File: LICENSE |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Date: Tuesday February 16 2016 | 8 Date: Tuesday February 16 2016 |
| 9 Branch: master | 9 Branch: master |
| 10 Commit: 89cc68252846478fa7f2d570d96ff93776cefac6 | 10 Commit: 89cc68252846478fa7f2d570d96ff93776cefac6 |
| 11 | 11 |
| 12 Description: | 12 Description: |
| 13 Contains the sources used to compile libvpx binaries used by Google Chrome and | 13 Contains the sources used to compile libvpx binaries used by Google Chrome and |
| 14 Chromium. | 14 Chromium. |
| 15 | 15 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 - generate_gypi.sh | 40 - generate_gypi.sh |
| 41 | 41 |
| 42 Generate config and .gypi files that contain the source list for each platform. | 42 Generate config and .gypi 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 |