Open
Bug 1100572
Opened 11 years ago
Updated 3 years ago
oaes_lib.c uses snprintf() w/o including stdio.h (implicit declaration)
Categories
(Core :: Audio/Video: GMP, defect, P4)
Tracking
()
NEW
People
(Reporter: wolfiR, Unassigned)
Details
oaes_lib.c uses snprintf() w/o including stdio.h (implicit declaration)
In my build environment this fails the build.
It should be as simple as adding
#include <stdio.h>
to media/gmp-clearkey/0.1/openaes/oaes_lib.c
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: MSG/cubeb/GMP
Comment 1•10 years ago
|
||
should be trivial
Component: Audio/Video: MediaStreamGraph → Audio/Video: GMP
Priority: -- → P3
Comment 2•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•