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

Issue 2322363002: Rationalize libvpx configurations (Closed)

Created:
4 years, 3 months ago by Johann
Modified:
4 years, 3 months ago
Reviewers:
jzern, jzern_
CC:
chromium-reviews, wwcv, fgalligan1, Tom Finegan
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

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

Messages

Total messages: 15 (8 generated)
Johann
almost entirely a non-op. only change is making mips --enable-realtime-only, but that was pretty obviously ...
4 years, 3 months ago (2016-09-09 19:11:12 UTC) #4
jzern
On 2016/09/09 19:11:12, Johann wrote: > almost entirely a non-op. only change is making mips ...
4 years, 3 months ago (2016-09-09 19:19:59 UTC) #7
jzern
https://codereview.chromium.org/2322363002/diff/1/third_party/libvpx/generate_gni.sh File third_party/libvpx/generate_gni.sh (right): https://codereview.chromium.org/2322363002/diff/1/third_party/libvpx/generate_gni.sh#newcode315 third_party/libvpx/generate_gni.sh:315: all_platforms="--enable-external-build --enable-postproc --enable-multi-res-encoding --enable-temporal-denoising" you're in bash so you ...
4 years, 3 months ago (2016-09-09 19:20:20 UTC) #9
Johann
https://codereview.chromium.org/2322363002/diff/1/third_party/libvpx/generate_gni.sh File third_party/libvpx/generate_gni.sh (right): https://codereview.chromium.org/2322363002/diff/1/third_party/libvpx/generate_gni.sh#newcode315 third_party/libvpx/generate_gni.sh:315: all_platforms="--enable-external-build --enable-postproc --enable-multi-res-encoding --enable-temporal-denoising" On 2016/09/09 19:20:20, jzern wrote: ...
4 years, 3 months ago (2016-09-09 19:59:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2322363002/1
4 years, 3 months ago (2016-09-09 20:00:09 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-09 20:06:40 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-09 20:09:23 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/bc529987b89931c5e5a530c81a54e70fd8b0fd3a
Cr-Commit-Position: refs/heads/master@{#417679}

Powered by Google App Engine
This is Rietveld 408576698