diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-06-07 18:58:28 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-06-07 18:59:00 -0400 |
commit | bd971831f023fd1cb2f206f60200c3e3d01e2c7b (patch) | |
tree | 696ecb81ef500c9f8c4dc24c9e98344643708cef | |
parent | fdb918dea124a6efaf0c86f6d5c2ab1b83013e40 (diff) | |
download | uxp-bd971831f023fd1cb2f206f60200c3e3d01e2c7b.tar.gz |
Issue #1580 - Add missing MP3Demuxer.h to MediaDecoderReader.h
Follow up for dom/media work on Issue #80. Fixes non-optimized build bustage.
-rw-r--r-- | dom/media/MediaDecoderReader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/MediaDecoderReader.h b/dom/media/MediaDecoderReader.h index f53c74689f..a31687be87 100644 --- a/dom/media/MediaDecoderReader.h +++ b/dom/media/MediaDecoderReader.h @@ -17,6 +17,7 @@ #include "MediaMetadataManager.h" #include "MediaQueue.h" #include "MediaTimer.h" +#include "MP3Demuxer.h" #include "AudioCompactor.h" #include "Intervals.h" #include "TimeUnits.h" |