OLD | NEW |
1 README - 30 May 2014 | 1 README - 30 May 2014 |
2 | 2 |
3 Welcome to the WebM VP8/VP9 Codec SDK! | 3 Welcome to the WebM VP8/VP9 Codec SDK! |
4 | 4 |
5 COMPILING THE APPLICATIONS/LIBRARIES: | 5 COMPILING THE APPLICATIONS/LIBRARIES: |
6 The build system used is similar to autotools. Building generally consists of | 6 The build system used is similar to autotools. Building generally consists of |
7 "configuring" with your desired build options, then using GNU make to build | 7 "configuring" with your desired build options, then using GNU make to build |
8 the application. | 8 the application. |
9 | 9 |
10 1. Prerequisites | 10 1. Prerequisites |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 available targets is: | 48 available targets is: |
49 | 49 |
50 armv5te-android-gcc | 50 armv5te-android-gcc |
51 armv5te-linux-rvct | 51 armv5te-linux-rvct |
52 armv5te-linux-gcc | 52 armv5te-linux-gcc |
53 armv5te-none-rvct | 53 armv5te-none-rvct |
54 armv6-darwin-gcc | 54 armv6-darwin-gcc |
55 armv6-linux-rvct | 55 armv6-linux-rvct |
56 armv6-linux-gcc | 56 armv6-linux-gcc |
57 armv6-none-rvct | 57 armv6-none-rvct |
| 58 arm64-darwin-gcc |
58 armv7-android-gcc | 59 armv7-android-gcc |
59 armv7-darwin-gcc | 60 armv7-darwin-gcc |
60 armv7-linux-rvct | 61 armv7-linux-rvct |
61 armv7-linux-gcc | 62 armv7-linux-gcc |
62 armv7-none-rvct | 63 armv7-none-rvct |
63 armv7-win32-vs11 | 64 armv7-win32-vs11 |
64 armv7-win32-vs12 | 65 armv7-win32-vs12 |
65 armv7s-darwin-gcc | 66 armv7s-darwin-gcc |
66 mips32-linux-gcc | 67 mips32-linux-gcc |
67 ppc32-darwin8-gcc | 68 ppc32-darwin8-gcc |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 running configure. To specify an alternate directory the | 139 running configure. To specify an alternate directory the |
139 LIBVPX_TEST_DATA_PATH environment variable can be used. | 140 LIBVPX_TEST_DATA_PATH environment variable can be used. |
140 | 141 |
141 $ ./configure --enable-unit-tests | 142 $ ./configure --enable-unit-tests |
142 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata | 143 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata |
143 | 144 |
144 SUPPORT | 145 SUPPORT |
145 This library is an open source project supported by its community. Please | 146 This library is an open source project supported by its community. Please |
146 please email webm-discuss@webmproject.org for help. | 147 please email webm-discuss@webmproject.org for help. |
147 | 148 |
OLD | NEW |