gecko-dev/media/libogg/moz.build
Wes Kocher 03061ecb63 Bug 1349467 - Fix some Audio/Video BUG_COMPONENTs in moz.build files r=jmaher
MozReview-Commit-ID: 3ItJdCtiOul

--HG--
extra : rebase_source : 2db0d75589a0bd8f28bdd35f015949a1194bc47d
2017-03-22 17:23:12 -07:00

23 lines
584 B
Python

# -*- Mode: python; 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/.
with Files('*'):
BUG_COMPONENT = ('Core', 'Audio/Video')
EXPORTS.ogg += [
'include/ogg/config_types.h',
'include/ogg/ogg.h',
'include/ogg/os_types.h',
]
UNIFIED_SOURCES += [
'src/ogg_alloc.c',
'src/ogg_bitwise.c',
'src/ogg_framing.c',
]
FINAL_LIBRARY = 'gkmedias'