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

Issue 215016: Update ffmpeg binaries directories to support variants based off the target architecture. (Closed)

Created:
11 years, 3 months ago by awong
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Update ffmpeg binaries directories to support variants based off the target architecture. BUG=20948 TEST=none

Patch Set 1 #

Patch Set 2 : fix target_arch issue #

Total comments: 1

Patch Set 3 : Include platform name into where the binaries get mapped. #

Patch Set 4 : Rebased #

Total comments: 3

Patch Set 5 : Fix missed chrome.gyp change. #

Patch Set 6 : Fix linux installer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -35 lines) Patch
M DEPS View 1 2 3 3 chunks +23 lines, -6 lines 0 comments Download
M build/common.gypi View 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/installer/installer.gyp View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.gyp View 1 2 3 4 5 chunks +13 lines, -12 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
awong
Ran this through the try servers. They're marked failed on a check_deps for zlib, which ...
11 years, 3 months ago (2009-09-18 00:08:15 UTC) #1
Nicolas Sylvain
last time i checked it look good, but don't have time to look right now, ...
11 years, 3 months ago (2009-09-18 00:18:16 UTC) #2
M-A Ruel
lgtm but I still think mutating the content of a directory depending on the platform ...
11 years, 3 months ago (2009-09-18 00:38:31 UTC) #3
scherkus (not reviewing)
hmm I've actually forgotten the reason for mapping everything to the same folder. Believe it ...
11 years, 3 months ago (2009-09-18 01:09:16 UTC) #4
awong
On Thu, Sep 17, 2009 at 6:08 PM, Andrew Scherkus <scherkus@chromium.org>wrote: > hmm I've actually ...
11 years, 3 months ago (2009-09-18 01:13:40 UTC) #5
scherkus (not reviewing)
Sounds reasonable! Would the mapping reduce down to: {mac/win/linux} -> {chrome/chromium}/{mac/win/linux} ..and we'd pick up ...
11 years, 3 months ago (2009-09-18 01:19:47 UTC) #6
awong
...not sure I understand what you mean... under binaries, we'd fork into chrome and chromium ...
11 years, 3 months ago (2009-09-18 01:22:36 UTC) #7
Evan Martin
http://codereview.chromium.org/215016/diff/5002/8006 File build/common.gypi (right): http://codereview.chromium.org/215016/diff/5002/8006#newcode50 Line 50: 'target_arch%': '<(target_arch)', wow, that was the fix? gnarly.
11 years, 3 months ago (2009-09-18 18:22:44 UTC) #8
Mark Mentovai
http://codereview.chromium.org/215016/diff/5002/8006 File build/common.gypi (right): http://codereview.chromium.org/215016/diff/5002/8006#newcode50 Line 50: 'target_arch%': '<(target_arch)', Evan Martin wrote: > wow, that ...
11 years, 3 months ago (2009-09-18 18:27:09 UTC) #9
Mark Mentovai
Oh, by the way: LGTM. http://codereview.chromium.org/215016/diff/5002/8007 File third_party/ffmpeg/ffmpeg.gyp (right): http://codereview.chromium.org/215016/diff/5002/8007#newcode194 Line 194: 'ffmpeg_bin_dir': 'chrome/<(OS)/<(ffmpeg_variant)', Nit: ...
11 years, 3 months ago (2009-09-18 18:30:31 UTC) #10
Michael Moss
Could you also update chrome/installer/installer.gyp to remove the 64-bit input_files exclusion (around line 512)?
11 years, 3 months ago (2009-09-18 20:02:45 UTC) #11
awong
Made changes to the installer....not really sure how to test though since i've never build/run ...
11 years, 3 months ago (2009-09-18 20:15:46 UTC) #12
Michael Moss
It's not really an installer change, just changing the list of inputs for the installer ...
11 years, 3 months ago (2009-09-18 20:21:45 UTC) #13
Michael Moss
11 years, 3 months ago (2009-09-18 20:29:58 UTC) #14
lgtm

Powered by Google App Engine
This is Rietveld 408576698