Bug 1139087 - Add moz.build bugzilla metadata for codecs. r=kinetik,gps

This commit is contained in:
Ralph Giles 2015-03-03 11:36:00 -08:00
parent e54e14a49d
commit e8d1645b6c
6 changed files with 18 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# 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', 'Video/Audio')
EXPORTS.ogg += [
'include/ogg/config_types.h',
'include/ogg/ogg.h',

View File

@ -4,6 +4,9 @@
# 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', 'Video/Audio')
EXPORTS.opus += [
'include/opus.h',
'include/opus_defines.h',

View File

@ -4,6 +4,9 @@
# 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', 'Video/Audio')
EXPORTS.theora += [
'include/theora/codec.h',
'include/theora/theoradec.h',

View File

@ -4,5 +4,8 @@
# 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', 'Video/Audio')
DIRS += ['include/tremor', 'lib']

View File

@ -4,6 +4,9 @@
# 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', 'Video/Audio')
EXPORTS.vorbis += [
'include/vorbis/codec.h',
'include/vorbis/vorbisenc.h',

View File

@ -4,6 +4,9 @@
# 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', 'Video/Audio')
include('sources.mozbuild')
EXPORTS.vpx += files['EXPORTS']