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

Side by Side Diff: source/libvpx/README

Issue 484923003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 4 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/rtcd.pl » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW
« no previous file with comments | « source/config/win/x64/vpx_config.asm ('k') | source/libvpx/build/make/rtcd.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698