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

Side by Side Diff: source/libvpx/README

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 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
« no previous file with comments | « source/libvpx/PATENTS ('k') | source/libvpx/build/make/Android.mk » ('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 - 23 March 2015 1 README - 23 March 2015
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 armv7-android-gcc 55 armv7-android-gcc
56 armv7-darwin-gcc 56 armv7-darwin-gcc
57 armv7-linux-rvct 57 armv7-linux-rvct
58 armv7-linux-gcc 58 armv7-linux-gcc
59 armv7-none-rvct 59 armv7-none-rvct
60 armv7-win32-vs11 60 armv7-win32-vs11
61 armv7-win32-vs12 61 armv7-win32-vs12
62 armv7s-darwin-gcc 62 armv7s-darwin-gcc
63 mips32-linux-gcc 63 mips32-linux-gcc
64 mips64-linux-gcc 64 mips64-linux-gcc
65 ppc32-darwin8-gcc
66 ppc32-darwin9-gcc
67 ppc32-linux-gcc
68 ppc64-darwin8-gcc
69 ppc64-darwin9-gcc
70 ppc64-linux-gcc
71 sparc-solaris-gcc 65 sparc-solaris-gcc
72 x86-android-gcc 66 x86-android-gcc
73 x86-darwin8-gcc 67 x86-darwin8-gcc
74 x86-darwin8-icc 68 x86-darwin8-icc
75 x86-darwin9-gcc 69 x86-darwin9-gcc
76 x86-darwin9-icc 70 x86-darwin9-icc
77 x86-darwin10-gcc 71 x86-darwin10-gcc
78 x86-darwin11-gcc 72 x86-darwin11-gcc
79 x86-darwin12-gcc 73 x86-darwin12-gcc
80 x86-darwin13-gcc 74 x86-darwin13-gcc
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 running configure. To specify an alternate directory the 133 running configure. To specify an alternate directory the
140 LIBVPX_TEST_DATA_PATH environment variable can be used. 134 LIBVPX_TEST_DATA_PATH environment variable can be used.
141 135
142 $ ./configure --enable-unit-tests 136 $ ./configure --enable-unit-tests
143 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata 137 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata
144 138
145 SUPPORT 139 SUPPORT
146 This library is an open source project supported by its community. Please 140 This library is an open source project supported by its community. Please
147 please email webm-discuss@webmproject.org for help. 141 please email webm-discuss@webmproject.org for help.
148 142
OLDNEW
« no previous file with comments | « source/libvpx/PATENTS ('k') | source/libvpx/build/make/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698