Closed
Bug 1566720
Opened 6 years ago
Closed 6 years ago
Properly disable AV1 on Android
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
StaticPrefList.h uses defined(Android)
for a couple of AV1 prefs, but it should use defined(ANDROID)
.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
ANDROID
is a preprocessor constant; Android
is not.
Pushed by nnethercote@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52cdcb68da99
Properly disable AV1 on Android. r=jya
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•