Closed
Bug 561344
Opened 15 years ago
Closed 15 years ago
ycbcr doesn't compile on mingw
Categories
(Core :: Graphics: Color Management, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: jacek, Assigned: jacek)
References
Details
Attachments
(1 file)
349 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The decision about custom optimized implementation is based on MOZ_WIDGET_TOOLKIT, so MSC-specific code is compiled on mingw. Changing the test to check compiler fixes the problem (and mingw uses generic implementation; it should probably use linux version at some point). Other test should probably depend on compiler/OS as well IMO.
The attached patch fixes the problem.
Assignee | ||
Updated•15 years ago
|
Attachment #441019 -
Attachment is patch: true
Assignee | ||
Updated•15 years ago
|
Attachment #441019 -
Flags: review?(roc)
Attachment #441019 -
Flags: review?(roc) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Updated•15 years ago
|
Assignee: nobody → jacek
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•