summaryrefslogtreecommitdiffstats
path: root/dom/media/fmp4/moz.build
blob: 375c6effe7d5ce3a3e66beea3302b72bd7236461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

EXPORTS += [
    'MP4Decoder.h',
    'MP4Demuxer.h',
    'MP4Stream.h',
]

SOURCES += [
    'MP4Decoder.cpp',
    'MP4Demuxer.cpp',
    'MP4Stream.cpp',
]

FINAL_LIBRARY = 'xul'