summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/moz.build
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-07-21 19:55:18 -0500
committertrav90 <travawine@palemoon.org>2018-07-21 19:55:18 -0500
commitb3d0eb648ba86eeae61a383fcd811a579497d4f9 (patch)
tree5a4e3e8fc4de4f0dd6baee07bf9786043be59682 /media/libstagefright/moz.build
parente205617353c86656aabefd9216d720f3ab62f4f4 (diff)
downloadUXP-b3d0eb648ba86eeae61a383fcd811a579497d4f9.tar
UXP-b3d0eb648ba86eeae61a383fcd811a579497d4f9.tar.gz
UXP-b3d0eb648ba86eeae61a383fcd811a579497d4f9.tar.lz
UXP-b3d0eb648ba86eeae61a383fcd811a579497d4f9.tar.xz
UXP-b3d0eb648ba86eeae61a383fcd811a579497d4f9.zip
Copy ByteReader to BufferReader and add some error handling
Diffstat (limited to 'media/libstagefright/moz.build')
-rw-r--r--media/libstagefright/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/moz.build b/media/libstagefright/moz.build
index c6072d840..5a8c9521a 100644
--- a/media/libstagefright/moz.build
+++ b/media/libstagefright/moz.build
@@ -53,6 +53,7 @@ EXPORTS.mp4_demuxer += [
'binding/include/mp4_demuxer/Atom.h',
'binding/include/mp4_demuxer/AtomType.h',
'binding/include/mp4_demuxer/BitReader.h',
+ 'binding/include/mp4_demuxer/BufferReader.h',
'binding/include/mp4_demuxer/BufferStream.h',
'binding/include/mp4_demuxer/ByteReader.h',
'binding/include/mp4_demuxer/ByteWriter.h',