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

Issue 660067: Separate neon flags from armv7, because some platforms have armv7a but no neon. (Closed)

Created:
10 years, 10 months ago by piman
Modified:
7 years, 2 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Separate neon flags from armv7, because some platforms have armv7a but no neon. For ffmpeg, I copied the "arm" configs (which include neon) into "arm-neon" configs, and changed HAVE_NEON=1 to 0 in the existing ones. Also, I removed the explicit cflags in ffmpeg.gyp since they are already set in common.gypi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40163

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : Fix configure flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3475 lines, -31 lines) Patch
M build/common.gypi View 1 4 chunks +15 lines, -4 lines 0 comments Download
M skia/skia.gyp View 2 chunks +12 lines, -4 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.gyp View 5 chunks +28 lines, -15 lines 0 comments Download
A third_party/ffmpeg/source/config/Chrome/linux/arm-neon/config.h View 1 chunk +853 lines, -0 lines 0 comments Download
M third_party/ffmpeg/source/config/Chrome/linux/arm/config.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/ffmpeg/source/config/ChromeOS/linux/arm-neon/config.h View 1 chunk +853 lines, -0 lines 0 comments Download
M third_party/ffmpeg/source/config/ChromeOS/linux/arm/config.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/ffmpeg/source/config/Chromium/linux/arm-neon/config.h View 1 chunk +853 lines, -0 lines 0 comments Download
M third_party/ffmpeg/source/config/Chromium/linux/arm/config.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/ffmpeg/source/config/ChromiumOS/linux/arm-neon/config.h View 1 chunk +853 lines, -0 lines 0 comments Download
M third_party/ffmpeg/source/config/ChromiumOS/linux/arm/config.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
piman
Frank and/or Alpha, please review the ffmpeg changes Stephen, please review the skia change.
10 years, 10 months ago (2010-02-25 20:43:48 UTC) #1
Alpha Left Google
ffmpeg side: LGTM with changes in #define
10 years, 10 months ago (2010-02-25 20:58:42 UTC) #2
Stephen White
LGTM.
10 years, 10 months ago (2010-02-25 21:05:58 UTC) #3
fbarchard
LGTM with nit Like the comment says, config.h headers are generated. Short term, you can ...
10 years, 10 months ago (2010-02-26 06:16:47 UTC) #4
piman
http://codereview.chromium.org/660067/diff/24/29 File third_party/ffmpeg/source/config/Chrome/linux/arm/config.h (right): http://codereview.chromium.org/660067/diff/24/29#newcode4 third_party/ffmpeg/source/config/Chrome/linux/arm/config.h:4: #define FFMPEG_CONFIGURATION "--disable-ffmpeg --disable-ffplay --disable-ffserver --enable-shared --disable-static --disable-debug --disable-network ...
10 years, 10 months ago (2010-02-26 19:30:18 UTC) #5
fbarchard
10 years, 10 months ago (2010-02-26 22:48:24 UTC) #6
LGTM

I will have to update documentation / configure scripts to match.
If I check in first, my arm config will be like yours, with neon off.

Powered by Google App Engine
This is Rietveld 408576698