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

Side by Side Diff: source/libvpx/README

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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/config/win/x64/vpx_scale_rtcd.h ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 armv6-linux-gcc 52 armv6-linux-gcc
53 armv6-none-rvct 53 armv6-none-rvct
54 arm64-darwin-gcc 54 arm64-darwin-gcc
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 armv7-win32-vs14
62 armv7s-darwin-gcc 63 armv7s-darwin-gcc
63 mips32-linux-gcc 64 mips32-linux-gcc
64 mips64-linux-gcc 65 mips64-linux-gcc
65 sparc-solaris-gcc 66 sparc-solaris-gcc
66 x86-android-gcc 67 x86-android-gcc
67 x86-darwin8-gcc 68 x86-darwin8-gcc
68 x86-darwin8-icc 69 x86-darwin8-icc
69 x86-darwin9-gcc 70 x86-darwin9-gcc
70 x86-darwin9-icc 71 x86-darwin9-icc
71 x86-darwin10-gcc 72 x86-darwin10-gcc
72 x86-darwin11-gcc 73 x86-darwin11-gcc
73 x86-darwin12-gcc 74 x86-darwin12-gcc
74 x86-darwin13-gcc 75 x86-darwin13-gcc
75 x86-darwin14-gcc 76 x86-darwin14-gcc
76 x86-iphonesimulator-gcc 77 x86-iphonesimulator-gcc
77 x86-linux-gcc 78 x86-linux-gcc
78 x86-linux-icc 79 x86-linux-icc
79 x86-os2-gcc 80 x86-os2-gcc
80 x86-solaris-gcc 81 x86-solaris-gcc
81 x86-win32-gcc 82 x86-win32-gcc
82 x86-win32-vs7 83 x86-win32-vs7
83 x86-win32-vs8 84 x86-win32-vs8
84 x86-win32-vs9 85 x86-win32-vs9
85 x86-win32-vs10 86 x86-win32-vs10
86 x86-win32-vs11 87 x86-win32-vs11
87 x86-win32-vs12 88 x86-win32-vs12
89 x86-win32-vs14
88 x86_64-android-gcc 90 x86_64-android-gcc
89 x86_64-darwin9-gcc 91 x86_64-darwin9-gcc
90 x86_64-darwin10-gcc 92 x86_64-darwin10-gcc
91 x86_64-darwin11-gcc 93 x86_64-darwin11-gcc
92 x86_64-darwin12-gcc 94 x86_64-darwin12-gcc
93 x86_64-darwin13-gcc 95 x86_64-darwin13-gcc
94 x86_64-darwin14-gcc 96 x86_64-darwin14-gcc
95 x86_64-iphonesimulator-gcc 97 x86_64-iphonesimulator-gcc
96 x86_64-linux-gcc 98 x86_64-linux-gcc
97 x86_64-linux-icc 99 x86_64-linux-icc
98 x86_64-solaris-gcc 100 x86_64-solaris-gcc
99 x86_64-win64-gcc 101 x86_64-win64-gcc
100 x86_64-win64-vs8 102 x86_64-win64-vs8
101 x86_64-win64-vs9 103 x86_64-win64-vs9
102 x86_64-win64-vs10 104 x86_64-win64-vs10
103 x86_64-win64-vs11 105 x86_64-win64-vs11
104 x86_64-win64-vs12 106 x86_64-win64-vs12
107 x86_64-win64-vs14
105 generic-gnu 108 generic-gnu
106 109
107 The generic-gnu target, in conjunction with the CROSS environment variable, 110 The generic-gnu target, in conjunction with the CROSS environment variable,
108 can be used to cross compile architectures that aren't explicitly listed, if 111 can be used to cross compile architectures that aren't explicitly listed, if
109 the toolchain is a cross GNU (gcc/binutils) toolchain. Other POSIX toolchains 112 the toolchain is a cross GNU (gcc/binutils) toolchain. Other POSIX toolchains
110 will likely work as well. For instance, to build using the mipsel-linux-uclibc 113 will likely work as well. For instance, to build using the mipsel-linux-uclibc
111 toolchain, the following command could be used (note, POSIX SH syntax, adapt 114 toolchain, the following command could be used (note, POSIX SH syntax, adapt
112 to your shell as necessary): 115 to your shell as necessary):
113 116
114 $ CROSS=mipsel-linux-uclibc- ../libvpx/configure 117 $ CROSS=mipsel-linux-uclibc- ../libvpx/configure
(...skipping 12 matching lines...) Expand all
127 running configure. To specify an alternate directory the 130 running configure. To specify an alternate directory the
128 LIBVPX_TEST_DATA_PATH environment variable can be used. 131 LIBVPX_TEST_DATA_PATH environment variable can be used.
129 132
130 $ ./configure --enable-unit-tests 133 $ ./configure --enable-unit-tests
131 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata 134 $ LIBVPX_TEST_DATA_PATH=../libvpx-test-data make testdata
132 135
133 SUPPORT 136 SUPPORT
134 This library is an open source project supported by its community. Please 137 This library is an open source project supported by its community. Please
135 please email webm-discuss@webmproject.org for help. 138 please email webm-discuss@webmproject.org for help.
136 139
OLDNEW
« no previous file with comments | « source/config/win/x64/vpx_scale_rtcd.h ('k') | source/libvpx/build/make/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698