Closed Bug 1342645 Opened 7 years ago Closed 7 years ago

dom/media/platforms/ffmpeg/FFmpegDecoderModule.h:45:10: error: 'PDMFFVPXLowLatencyEnabled' is not a member of 'mozilla::MediaPrefs'

Categories

(Core :: Audio/Video: Playback, defect)

ARM
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla54
Tracking Status
firefox52 --- unaffected
firefox53 --- unaffected
firefox54 --- fixed

People

(Reporter: m_kato, Assigned: jya)

References

Details

(Keywords: regression)

Attachments

(1 file)

When I am building this for tier-3 platform such as Linux/aarch64, since MOZ_FFVPX isn't defined, the following build error occur.


 0:09.44 In file included from /hg/mozilla-central/dom/media/platforms/ffmpeg/FFmpegDecoderModule.cpp:7:0,
 0:09.44                  from /hg/mozilla-central/obj-aarch64-linux-gnu/dom/media/platforms/ffmpeg/libav55/Unified_cpp_ffmpeg_libav550.cpp:20:
 0:09.44 /hg/mozilla-central/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h: In member function 'already_AddRefed<mozilla::MediaDataDecoder> mozilla::FFmpegDecoderModule<V>::CreateVideoDecoder(const mozilla::CreateDecoderParams&)':
 0:09.44 /hg/mozilla-central/dom/media/platforms/ffmpeg/FFmpegDecoderModule.h:45:10: error: 'PDMFFVPXLowLatencyEnabled' is not a member of 'mozilla::MediaPrefs'
 0:09.44          !MediaPrefs::PDMFFVPXLowLatencyEnabled()) {
 0:09.44           ^
 0:09.44
Assignee: nobody → jyavenard
Comment on attachment 8841266 [details]
Bug 1342645: Rename low latency preference.

https://reviewboard.mozilla.org/r/115532/#review116976
Attachment #8841266 - Flags: review?(gsquelart) → review+
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a97e4643b57
Rename low latency preference. r=gerald
https://hg.mozilla.org/mozilla-central/rev/6a97e4643b57
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in before you can comment on or make changes to this bug.