| OLD | NEW |
| 1 Name: libvpx | 1 Name: libvpx |
| 2 URL: http://www.webmproject.org | 2 URL: http://www.webmproject.org |
| 3 Version: v0.9.7p1 | 3 Version: v0.9.7p1 |
| 4 License: BSD |
| 4 License File: source/libvpx/LICENSE | 5 License File: source/libvpx/LICENSE |
| 6 Security Critical: yes |
| 5 | 7 |
| 6 Date: Tuesday August 16 2011 | 8 Date: Tuesday August 16 2011 |
| 7 Branch: cayuga | 9 Branch: cayuga |
| 8 Commit: 20307c70ae96c45b9b00338989b952fb334e4fc9 | 10 Commit: 20307c70ae96c45b9b00338989b952fb334e4fc9 |
| 9 | 11 |
| 10 Description: | 12 Description: |
| 11 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 |
| 12 Chromium. | 14 Chromium. |
| 13 | 15 |
| 14 The libvpx source is from webmproject.org: | 16 The libvpx source is from webmproject.org: |
| (...skipping 26 matching lines...) Expand all Loading... |
| 41 prints the final configuration after checking. | 43 prints the final configuration after checking. |
| 42 | 44 |
| 43 - unpack_lib_posix.sh | 45 - unpack_lib_posix.sh |
| 44 | 46 |
| 45 Unpack a static library of .a type. This tool takes a list of possible | 47 Unpack a static library of .a type. This tool takes a list of possible |
| 46 locations of the library file and extract the content. | 48 locations of the library file and extract the content. |
| 47 | 49 |
| 48 - copy_obj.sh | 50 - copy_obj.sh |
| 49 | 51 |
| 50 A copy utility from a list of candidate locations. | 52 A copy utility from a list of candidate locations. |
| OLD | NEW |