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/configure

Issue 897063002: Revert "libvpx: Pull from upstream" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 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/build/make/iosbuild.sh ('k') | source/libvpx/test/decode_api_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 ## 2 ##
3 ## configure 3 ## configure
4 ## 4 ##
5 ## This script is the front-end to the build system. It provides a similar 5 ## This script is the front-end to the build system. It provides a similar
6 ## interface to standard configure scripts with some extra bits for dealing 6 ## interface to standard configure scripts with some extra bits for dealing
7 ## with toolchains that differ from the standard POSIX interface and 7 ## with toolchains that differ from the standard POSIX interface and
8 ## for extracting subsets of the source tree. In theory, reusable parts 8 ## for extracting subsets of the source tree. In theory, reusable parts
9 ## of this script were intended to live in build/make/configure.sh, 9 ## of this script were intended to live in build/make/configure.sh,
10 ## but in practice, the line is pretty blurry. 10 ## but in practice, the line is pretty blurry.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 all_platforms="${all_platforms} sparc-solaris-gcc" 122 all_platforms="${all_platforms} sparc-solaris-gcc"
123 all_platforms="${all_platforms} x86-android-gcc" 123 all_platforms="${all_platforms} x86-android-gcc"
124 all_platforms="${all_platforms} x86-darwin8-gcc" 124 all_platforms="${all_platforms} x86-darwin8-gcc"
125 all_platforms="${all_platforms} x86-darwin8-icc" 125 all_platforms="${all_platforms} x86-darwin8-icc"
126 all_platforms="${all_platforms} x86-darwin9-gcc" 126 all_platforms="${all_platforms} x86-darwin9-gcc"
127 all_platforms="${all_platforms} x86-darwin9-icc" 127 all_platforms="${all_platforms} x86-darwin9-icc"
128 all_platforms="${all_platforms} x86-darwin10-gcc" 128 all_platforms="${all_platforms} x86-darwin10-gcc"
129 all_platforms="${all_platforms} x86-darwin11-gcc" 129 all_platforms="${all_platforms} x86-darwin11-gcc"
130 all_platforms="${all_platforms} x86-darwin12-gcc" 130 all_platforms="${all_platforms} x86-darwin12-gcc"
131 all_platforms="${all_platforms} x86-darwin13-gcc" 131 all_platforms="${all_platforms} x86-darwin13-gcc"
132 all_platforms="${all_platforms} x86-darwin14-gcc"
133 all_platforms="${all_platforms} x86-iphonesimulator-gcc" 132 all_platforms="${all_platforms} x86-iphonesimulator-gcc"
134 all_platforms="${all_platforms} x86-linux-gcc" 133 all_platforms="${all_platforms} x86-linux-gcc"
135 all_platforms="${all_platforms} x86-linux-icc" 134 all_platforms="${all_platforms} x86-linux-icc"
136 all_platforms="${all_platforms} x86-os2-gcc" 135 all_platforms="${all_platforms} x86-os2-gcc"
137 all_platforms="${all_platforms} x86-solaris-gcc" 136 all_platforms="${all_platforms} x86-solaris-gcc"
138 all_platforms="${all_platforms} x86-win32-gcc" 137 all_platforms="${all_platforms} x86-win32-gcc"
139 all_platforms="${all_platforms} x86-win32-vs7" 138 all_platforms="${all_platforms} x86-win32-vs7"
140 all_platforms="${all_platforms} x86-win32-vs8" 139 all_platforms="${all_platforms} x86-win32-vs8"
141 all_platforms="${all_platforms} x86-win32-vs9" 140 all_platforms="${all_platforms} x86-win32-vs9"
142 all_platforms="${all_platforms} x86-win32-vs10" 141 all_platforms="${all_platforms} x86-win32-vs10"
143 all_platforms="${all_platforms} x86-win32-vs11" 142 all_platforms="${all_platforms} x86-win32-vs11"
144 all_platforms="${all_platforms} x86-win32-vs12" 143 all_platforms="${all_platforms} x86-win32-vs12"
145 all_platforms="${all_platforms} x86_64-darwin9-gcc" 144 all_platforms="${all_platforms} x86_64-darwin9-gcc"
146 all_platforms="${all_platforms} x86_64-darwin10-gcc" 145 all_platforms="${all_platforms} x86_64-darwin10-gcc"
147 all_platforms="${all_platforms} x86_64-darwin11-gcc" 146 all_platforms="${all_platforms} x86_64-darwin11-gcc"
148 all_platforms="${all_platforms} x86_64-darwin12-gcc" 147 all_platforms="${all_platforms} x86_64-darwin12-gcc"
149 all_platforms="${all_platforms} x86_64-darwin13-gcc" 148 all_platforms="${all_platforms} x86_64-darwin13-gcc"
150 all_platforms="${all_platforms} x86_64-darwin14-gcc"
151 all_platforms="${all_platforms} x86_64-iphonesimulator-gcc" 149 all_platforms="${all_platforms} x86_64-iphonesimulator-gcc"
152 all_platforms="${all_platforms} x86_64-linux-gcc" 150 all_platforms="${all_platforms} x86_64-linux-gcc"
153 all_platforms="${all_platforms} x86_64-linux-icc" 151 all_platforms="${all_platforms} x86_64-linux-icc"
154 all_platforms="${all_platforms} x86_64-solaris-gcc" 152 all_platforms="${all_platforms} x86_64-solaris-gcc"
155 all_platforms="${all_platforms} x86_64-win64-gcc" 153 all_platforms="${all_platforms} x86_64-win64-gcc"
156 all_platforms="${all_platforms} x86_64-win64-vs8" 154 all_platforms="${all_platforms} x86_64-win64-vs8"
157 all_platforms="${all_platforms} x86_64-win64-vs9" 155 all_platforms="${all_platforms} x86_64-win64-vs9"
158 all_platforms="${all_platforms} x86_64-win64-vs10" 156 all_platforms="${all_platforms} x86_64-win64-vs10"
159 all_platforms="${all_platforms} x86_64-win64-vs11" 157 all_platforms="${all_platforms} x86_64-win64-vs11"
160 all_platforms="${all_platforms} x86_64-win64-vs12" 158 all_platforms="${all_platforms} x86_64-win64-vs12"
161 all_platforms="${all_platforms} universal-darwin8-gcc" 159 all_platforms="${all_platforms} universal-darwin8-gcc"
162 all_platforms="${all_platforms} universal-darwin9-gcc" 160 all_platforms="${all_platforms} universal-darwin9-gcc"
163 all_platforms="${all_platforms} universal-darwin10-gcc" 161 all_platforms="${all_platforms} universal-darwin10-gcc"
164 all_platforms="${all_platforms} universal-darwin11-gcc" 162 all_platforms="${all_platforms} universal-darwin11-gcc"
165 all_platforms="${all_platforms} universal-darwin12-gcc" 163 all_platforms="${all_platforms} universal-darwin12-gcc"
166 all_platforms="${all_platforms} universal-darwin13-gcc" 164 all_platforms="${all_platforms} universal-darwin13-gcc"
167 all_platforms="${all_platforms} universal-darwin14-gcc"
168 all_platforms="${all_platforms} generic-gnu" 165 all_platforms="${all_platforms} generic-gnu"
169 166
170 # all_targets is a list of all targets that can be configured 167 # all_targets is a list of all targets that can be configured
171 # note that these should be in dependency order for now. 168 # note that these should be in dependency order for now.
172 all_targets="libs examples docs" 169 all_targets="libs examples docs"
173 170
174 # all targets available are enabled, by default. 171 # all targets available are enabled, by default.
175 for t in ${all_targets}; do 172 for t in ${all_targets}; do
176 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t} 173 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t}
177 done 174 done
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 ## 782 ##
786 ## END APPLICATION SPECIFIC CONFIGURATION 783 ## END APPLICATION SPECIFIC CONFIGURATION
787 ## 784 ##
788 CONFIGURE_ARGS="$@" 785 CONFIGURE_ARGS="$@"
789 process "$@" 786 process "$@"
790 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */" 787 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
791 cat <<EOF >> ${BUILD_PFX}vpx_config.c 788 cat <<EOF >> ${BUILD_PFX}vpx_config.c
792 static const char* const cfg = "$CONFIGURE_ARGS"; 789 static const char* const cfg = "$CONFIGURE_ARGS";
793 const char *vpx_codec_build_config(void) {return cfg;} 790 const char *vpx_codec_build_config(void) {return cfg;}
794 EOF 791 EOF
OLDNEW
« no previous file with comments | « source/libvpx/build/make/iosbuild.sh ('k') | source/libvpx/test/decode_api_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698