Closed
Bug 1109506
Opened 10 years ago
Closed 9 years ago
missing string.h in webm
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: meissner, Unassigned)
References
Details
Attachments
(1 file)
432 bytes,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 2014112600
Steps to reproduce:
I build seamonkey on powerpc (bigendian) and it has a missing prototype for memcpy()
fix is simple, include string.h
Actual results:
"implicit definition of memcpy" warning
Expected results:
no implicit warning.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: x86_64 → PowerPC
Version: 31 Branch → Trunk
Updated•9 years ago
|
Component: WebRTC: Audio/Video → Video/Audio
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Gerald - can you see if this is still an issue?
Fixed in bug 1109248, made it in 38.
You need to log in
before you can comment on or make changes to this bug.
Description
•