2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2008-07-09 01:22:20 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2009-11-13 11:40:00 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2008-07-09 01:22:20 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 05:28:43 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2008-07-09 01:22:20 -07:00
|
|
|
|
2013-08-12 21:49:25 -07:00
|
|
|
LOCAL_INCLUDES += \
|
2013-06-10 08:30:00 -07:00
|
|
|
-I$(topsrcdir)/content/base/src \
|
|
|
|
-I$(topsrcdir)/layout/generic \
|
|
|
|
-I$(topsrcdir)/layout/xul/base/src \
|
|
|
|
$(NULL)
|
|
|
|
|
2013-08-12 21:49:25 -07:00
|
|
|
ifdef MOZ_DIRECTSHOW
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/media/webrtc/trunk/webrtc/modules/video_capture/windows/
|
|
|
|
endif
|
|
|
|
|
2013-03-07 16:58:48 -08:00
|
|
|
CFLAGS += $(GSTREAMER_CFLAGS)
|
|
|
|
CXXFLAGS += $(GSTREAMER_CFLAGS)
|
2013-08-13 00:39:42 -07:00
|
|
|
|
|
|
|
AudioNodeEngineNEON.$(OBJ_SUFFIX): CXXFLAGS += -mfpu=neon
|