Closed
Bug 1027323
Opened 11 years ago
Closed 11 years ago
libyuv linking issues with clang-cl
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: ehsan.akhgari, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
948 bytes,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
This is needed to avoid two definitions of I422ToRGB565Row_SSSE3 (row_common.c and row_win.c) when building with clang-cl
Assignee | ||
Updated•11 years ago
|
Attachment #8442578 -
Flags: review?(rjesup)
Comment 2•11 years ago
|
||
Comment on attachment 8442578 [details] [diff] [review]
A possible solution
Review of attachment 8442578 [details] [diff] [review]:
-----------------------------------------------------------------
Please submit any changes to libyuv to the upstream, so we don't have to carry (more) patches against it forever.
Attachment #8442578 -
Flags: review?(rjesup) → review+
Reporter | ||
Comment 3•11 years ago
|
||
I went ahead and landed this: https://hg.mozilla.org/integration/mozilla-inbound/rev/a148b3bc1143
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•