2015-08-18 06:55:01 +03:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# vim: set filetype=python:
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
UNIFIED_SOURCES += [
|
2015-09-02 09:11:28 +03:00
|
|
|
'AudioSinkWrapper.cpp',
|
2015-08-18 06:55:01 +03:00
|
|
|
'DecodedAudioDataSink.cpp',
|
2015-09-07 14:32:04 +03:00
|
|
|
'DecodedStream.cpp',
|
2015-12-24 05:14:15 +03:00
|
|
|
'OutputStreamManager.cpp',
|
2015-10-19 12:32:16 +03:00
|
|
|
'VideoSink.cpp',
|
2015-08-18 06:55:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
FINAL_LIBRARY = 'xul'
|