|
|
Rationalize libvpx configurations
Move --enable-pic to x86 builds. The chromium build systems provides the
actual compiler flags for pic/pie. This particular piece is only used in
some of the x86 assembly.
Move --as=yasm to x86 builds. This bypasses auto-detection and is just a
shortcut to remove a dependency.
Move --enable-realtime-only to all platforms. It was a mistake that this
was missing from mips.
Remove --disable-ccache --disable-install-srcs --disable-unit-tests
--disable-install-docs --disable-examples --disable-install-bins
--disable-install-libs. Only the output of configure is used, not any of
the libvpx build system, so these are superfluous.
Committed: https://crrev.com/bc529987b89931c5e5a530c81a54e70fd8b0fd3a
Cr-Commit-Position: refs/heads/master@{#417679}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+78 lines, -84 lines) |
Patch |
 |
M |
third_party/libvpx/generate_gni.sh
|
View
|
|
1 chunk |
+16 lines, -14 lines |
2 comments
|
Download
|
 |
M |
third_party/libvpx/libvpx_srcs.gni
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm-neon/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm/vpx_config.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm/vpx_config.asm
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm64/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm64/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/arm64/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/generic/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/generic/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/generic/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/ia32/vpx_config.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/ia32/vpx_config.asm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/ia32/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mips64el/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mips64el/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mipsel/vp8_rtcd.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mipsel/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/mipsel/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/x64/vpx_config.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/x64/vpx_config.asm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/linux/x64/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/ia32/vpx_config.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/ia32/vpx_config.asm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/ia32/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/x64/vpx_config.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/x64/vpx_config.asm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/mac/x64/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/nacl/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/nacl/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/nacl/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/ia32/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/ia32/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/ia32/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/x64/vpx_config.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/x64/vpx_config.asm
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx/source/config/win/x64/vpx_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (8 generated)
|