Closed
Bug 475226
Opened 16 years ago
Closed 15 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•16 years ago
|
||
Bug 474937 will fix this when it lands. It disables the use of the inline assembler/MMX.
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 4•16 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•15 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•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•