Skip to content

Commit

Permalink
Bug 1139087 - Add moz.build bugzilla metadata for codecs. r=kinetik,gps
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian committed Mar 3, 2015
1 parent 9ea45aa commit fa2f668
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media/libogg/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 3 additions & 0 deletions media/libopus/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 3 additions & 0 deletions media/libtheora/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 3 additions & 0 deletions media/libtremor/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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']

3 changes: 3 additions & 0 deletions media/libvorbis/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 3 additions & 0 deletions media/libvpx/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit fa2f668

Please sign in to comment.