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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 arm64-darwin-gcc | 58 arm64-darwin-gcc |
59 armv7-android-gcc | 59 armv7-android-gcc |
60 armv7-darwin-gcc | 60 armv7-darwin-gcc |
61 armv7-linux-rvct | 61 armv7-linux-rvct |
62 armv7-linux-gcc | 62 armv7-linux-gcc |
63 armv7-none-rvct | 63 armv7-none-rvct |
64 armv7-win32-vs11 | 64 armv7-win32-vs11 |
65 armv7-win32-vs12 | 65 armv7-win32-vs12 |
66 armv7s-darwin-gcc | 66 armv7s-darwin-gcc |
67 mips32-linux-gcc | 67 mips32-linux-gcc |
| 68 mips64-linux-gcc |
68 ppc32-darwin8-gcc | 69 ppc32-darwin8-gcc |
69 ppc32-darwin9-gcc | 70 ppc32-darwin9-gcc |
70 ppc32-linux-gcc | 71 ppc32-linux-gcc |
71 ppc64-darwin8-gcc | 72 ppc64-darwin8-gcc |
72 ppc64-darwin9-gcc | 73 ppc64-darwin9-gcc |
73 ppc64-linux-gcc | 74 ppc64-linux-gcc |
74 sparc-solaris-gcc | 75 sparc-solaris-gcc |
75 x86-android-gcc | 76 x86-android-gcc |
76 x86-darwin8-gcc | 77 x86-darwin8-gcc |
77 x86-darwin8-icc | 78 x86-darwin8-icc |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 running configure. To specify an alternate directory the | 140 running configure. To specify an alternate directory the |
140 LIBVPX_TEST_DATA_PATH environment variable can be used. | 141 LIBVPX_TEST_DATA_PATH environment variable can be used. |
141 | 142 |
142 $ ./configure --enable-unit-tests | 143 $ ./configure --enable-unit-tests |
143 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata | 144 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata |
144 | 145 |
145 SUPPORT | 146 SUPPORT |
146 This library is an open source project supported by its community. Please | 147 This library is an open source project supported by its community. Please |
147 please email webm-discuss@webmproject.org for help. | 148 please email webm-discuss@webmproject.org for help. |
148 | 149 |
OLD | NEW |