Closed
Bug 1296946
Opened 8 years ago
Closed 8 years ago
Move enabling ARM-NEON PNG support from old-configure.in to libpng/moz.build
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: glennrp+bmo, Assigned: glennrp+bmo)
References
Details
Attachments
(1 file, 2 obsolete files)
3.41 KB,
patch
|
Details | Diff | Splinter Review |
In bug #127627 comment #30, Jeff suggested that the detection of ARM-NEON support in PNG should be done in libpng/moz.build.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Typo: In bug #1276127 comment #30, Jeff suggested....
Assignee | ||
Updated•8 years ago
|
Summary: Drop ARM-NEON selection from old-configure.in; do it in libpng/moz.build instead → Move enabling ARM-NEON PNG support from old-configure.in to libpng/moz.build
Assignee | ||
Comment 2•8 years ago
|
||
Moves PNG ARM-NEON selection from old-configure.in to media/libpng/moz.build. Try?
Flags: needinfo?(ryanvm)
Comment 3•8 years ago
|
||
The patch fails to apply due to the hunk from old.configure (which doesn't exist in a clean tree). I've removed it locally for now, but please attach a new patch that doesn't include it before requesting review.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b8605de8c49
Flags: needinfo?(ryanvm)
Assignee | ||
Comment 4•8 years ago
|
||
Fixed offset in old-configure
Assignee | ||
Updated•8 years ago
|
Attachment #8784597 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•8 years ago
|
Attachment #8783324 -
Attachment is obsolete: true
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #3)
> The patch fails to apply due to the hunk from old.configure (which doesn't
> exist in a clean tree).
The hunk exists but the offset was wrong by one; I fixed that in the v01 patch.
Updated•8 years ago
|
Attachment #8784597 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ab552be6e7e7
Move enabling ARM-NEON PNG from old-configure.in to libpng/moz.build. r=jrmuizel
Keywords: checkin-needed
Assignee | ||
Comment 7•8 years ago
|
||
Fixed fresh bit-rot
Assignee | ||
Comment 8•8 years ago
|
||
Tye v01 patch won't work due to another recent checkin of old-configure.in, etc. Please checkin the v02 patch instead.
Flags: needinfo?(ryanvm)
Comment 9•8 years ago
|
||
Comment on attachment 8784597 [details] [diff] [review]
v01-1296946-drop-ARM-selection-from-old-configure
I already took care of that (and fixed the incorrect bug number in the commit message) when landing it yesterday.
Attachment #8784597 -
Attachment is obsolete: true
Flags: needinfo?(ryanvm)
Comment 10•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•