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

Side by Side Diff: source/libvpx/README

Issue 375983002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 5 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/make/configure.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « source/config/win/x64/vpx_config.asm ('k') | source/libvpx/build/make/configure.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698