Skip to content
Snippets Groups Projects
Commit 33c2d96b authored by Ted Mielczarek's avatar Ted Mielczarek
Browse files

bug 1256010 - Remove media/openmax_dl/dl/Makefile.in. r=nalexander

MozReview-Commit-ID: H30bGAkF0h9

--HG--
extra : rebase_source : 49d80c82669cfbbfc8923e42fde66bb73c8e828d
parent bd65dcd3
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if not CONFIG['MOZ_SYSTEM_PNG']:
external_dirs += ['media/libpng']
if CONFIG['CPU_ARCH'] == 'arm':
external_dirs += ['media/openmax_dl']
external_dirs += ['media/openmax_dl/dl']
if CONFIG['MOZ_FFVPX']:
external_dirs += ['media/ffvpx']
......
......@@ -10,6 +10,9 @@ with Files("**"):
with Files("update-libjpeg.sh"):
BUG_COMPONENT = ("Core", "ImageLib")
with Files("openmax_dl/**"):
BUG_COMPONENT = ("Core", "Web Audio")
with Files("openmax_il/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
......
# 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/.
ifeq (WINNT,$(OS_TARGET))
VISIBILITY_FLAGS =
endif
# -*- 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", "Web Audio")
DIRS += ['dl']
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment