Closed
Bug 1181436
Opened 10 years ago
Closed 10 years ago
[EME] Use "gmp-api/" prefix on #includes consistently in gmp-clearkey
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.45 KB,
patch
|
mozbugz
:
review+
|
Details | Diff | Splinter Review |
In the gmp-clearkey code, sometimes we #include "gmp-api/gmp-*.h", and other times we just #include "gmp-*.h".
We're better off being consistent, then we can have a simpler include path compiler directive.
Assignee | ||
Comment 1•10 years ago
|
||
Now all #include of gmp-api headers are the same.
Attachment #8630864 -
Flags: review?(gsquelart)
Attachment #8630864 -
Flags: review?(gsquelart) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•