Bug 932076 - Add check for MediaExtractor creation failure. r=doublec
[gecko.git] / mfbt / Makefile.in
blob34c626d324c282b972af2b4894e34fe1ee5da517
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 STL_FLAGS =
7 # exported_headers.mk defines the headers exported by mfbt. It is included by
8 # mfbt itself and by the JS engine, which, when built standalone, must do the
9 # work to install mfbt's exported headers itself.
10 include $(srcdir)/exported_headers.mk
12 # sources.mk defines the source files built for mfbt. It is included by mfbt
13 # itself and by the JS engine, which, when built standalone, must do the work
14 # to build mfbt sources itself.
15 MFBT_ROOT = $(srcdir)
16 include $(MFBT_ROOT)/sources.mk
18 DEFINES += -DIMPL_MFBT