Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: source/libvpx/README

Issue 341293003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/config/win/x64/vpx_config.asm ('k') | source/libvpx/build/arm-msvs/obj_int_extract.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vpx Multi-Format Codec SDK 1 README - 30 May 2014
2 README - 1 August 2013
3 2
4 Welcome to the WebM VP8/VP9 Codec SDK! 3 Welcome to the WebM VP8/VP9 Codec SDK!
5 4
6 COMPILING THE APPLICATIONS/LIBRARIES: 5 COMPILING THE APPLICATIONS/LIBRARIES:
7 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
8 "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
9 the application. 8 the application.
10 9
11 1. Prerequisites 10 1. Prerequisites
12 11
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 armv6-linux-rvct 55 armv6-linux-rvct
57 armv6-linux-gcc 56 armv6-linux-gcc
58 armv6-none-rvct 57 armv6-none-rvct
59 armv7-android-gcc 58 armv7-android-gcc
60 armv7-darwin-gcc 59 armv7-darwin-gcc
61 armv7-linux-rvct 60 armv7-linux-rvct
62 armv7-linux-gcc 61 armv7-linux-gcc
63 armv7-none-rvct 62 armv7-none-rvct
64 armv7-win32-vs11 63 armv7-win32-vs11
65 armv7-win32-vs12 64 armv7-win32-vs12
65 armv7s-darwin-gcc
66 mips32-linux-gcc 66 mips32-linux-gcc
67 ppc32-darwin8-gcc 67 ppc32-darwin8-gcc
68 ppc32-darwin9-gcc 68 ppc32-darwin9-gcc
69 ppc32-linux-gcc 69 ppc32-linux-gcc
70 ppc64-darwin8-gcc 70 ppc64-darwin8-gcc
71 ppc64-darwin9-gcc 71 ppc64-darwin9-gcc
72 ppc64-linux-gcc 72 ppc64-linux-gcc
73 sparc-solaris-gcc 73 sparc-solaris-gcc
74 x86-android-gcc 74 x86-android-gcc
75 x86-darwin8-gcc 75 x86-darwin8-gcc
76 x86-darwin8-icc 76 x86-darwin8-icc
77 x86-darwin9-gcc 77 x86-darwin9-gcc
78 x86-darwin9-icc 78 x86-darwin9-icc
79 x86-darwin10-gcc 79 x86-darwin10-gcc
80 x86-darwin11-gcc 80 x86-darwin11-gcc
81 x86-darwin12-gcc 81 x86-darwin12-gcc
82 x86-darwin13-gcc 82 x86-darwin13-gcc
83 x86-iphonesimulator-gcc
83 x86-linux-gcc 84 x86-linux-gcc
84 x86-linux-icc 85 x86-linux-icc
85 x86-os2-gcc 86 x86-os2-gcc
86 x86-solaris-gcc 87 x86-solaris-gcc
87 x86-win32-gcc 88 x86-win32-gcc
88 x86-win32-vs7 89 x86-win32-vs7
89 x86-win32-vs8 90 x86-win32-vs8
90 x86-win32-vs9 91 x86-win32-vs9
91 x86-win32-vs10 92 x86-win32-vs10
92 x86-win32-vs11 93 x86-win32-vs11
93 x86-win32-vs12 94 x86-win32-vs12
94 x86_64-darwin9-gcc 95 x86_64-darwin9-gcc
95 x86_64-darwin10-gcc 96 x86_64-darwin10-gcc
96 x86_64-darwin11-gcc 97 x86_64-darwin11-gcc
97 x86_64-darwin12-gcc 98 x86_64-darwin12-gcc
98 x86_64-darwin13-gcc 99 x86_64-darwin13-gcc
100 x86_64-iphonesimulator-gcc
99 x86_64-linux-gcc 101 x86_64-linux-gcc
100 x86_64-linux-icc 102 x86_64-linux-icc
101 x86_64-solaris-gcc 103 x86_64-solaris-gcc
102 x86_64-win64-gcc 104 x86_64-win64-gcc
103 x86_64-win64-vs8 105 x86_64-win64-vs8
104 x86_64-win64-vs9 106 x86_64-win64-vs9
105 x86_64-win64-vs10 107 x86_64-win64-vs10
106 x86_64-win64-vs11 108 x86_64-win64-vs11
107 x86_64-win64-vs12 109 x86_64-win64-vs12
108 universal-darwin8-gcc 110 universal-darwin8-gcc
(...skipping 15 matching lines...) Expand all
124 126
125 In addition, the executables to be invoked can be overridden by specifying the 127 In addition, the executables to be invoked can be overridden by specifying the
126 environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be 128 environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be
127 passed to these executables with CFLAGS, LDFLAGS, and ASFLAGS. 129 passed to these executables with CFLAGS, LDFLAGS, and ASFLAGS.
128 130
129 5. Configuration errors 131 5. Configuration errors
130 If the configuration step fails, the first step is to look in the error log. 132 If the configuration step fails, the first step is to look in the error log.
131 This defaults to config.log. This should give a good indication of what went 133 This defaults to config.log. This should give a good indication of what went
132 wrong. If not, contact us for support. 134 wrong. If not, contact us for support.
133 135
136 VP8/VP9 TEST VECTORS:
137 The test vectors can be downloaded and verified using the build system after
138 running configure. To specify an alternate directory the
139 LIBVPX_TEST_DATA_PATH environment variable can be used.
140
141 $ ./configure --enable-unit-tests
142 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata
143
134 SUPPORT 144 SUPPORT
135 This library is an open source project supported by its community. Please 145 This library is an open source project supported by its community. Please
136 please email webm-discuss@webmproject.org for help. 146 please email webm-discuss@webmproject.org for help.
137 147
OLDNEW
« no previous file with comments | « source/config/win/x64/vpx_config.asm ('k') | source/libvpx/build/arm-msvs/obj_int_extract.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698