Closed
Bug 475226
Opened 17 years ago
Closed 17 years ago
mozilla/media is broken for Windows x64
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file, 1 obsolete file)
|
404 bytes,
patch
|
Details | Diff | Splinter Review |
Current media code doesn't consider x64 Windows.
ex. inline assembler and MMX don't support CL.EXE for x64
Comment 1•17 years ago
|
||
Bug 474937 will fix this when it lands. It disables the use of the inline assembler/MMX.
| Assignee | ||
Comment 2•17 years ago
|
||
| Assignee | ||
Comment 4•17 years ago
|
||
Inline assembler should uses processor pre-defined macro such as _M_IX86.
Attachment #358692 -
Attachment is obsolete: true
Attachment #359888 -
Flags: review?(chris.double)
| Assignee | ||
Comment 5•17 years ago
|
||
Comment on attachment 359888 [details] [diff] [review]
patch v2
I cancel review. Dup of bug 500254 since this issue was already commited into upstream.
Attachment #359888 -
Flags: review?(chris.double)
| Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•