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
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-09-12 02:40:26 -07:00
|
|
|
ifdef MOZ_OMX_DECODER
|
|
|
|
DEFINES += -DMOZ_OMX_DECODER
|
|
|
|
endif
|
|
|
|
|
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-01-28 10:22:37 -08:00
|
|
|
DEFINES += -DMOZILLA_INTERNAL_API
|
2013-08-13 00:39:42 -07:00
|
|
|
|
|
|
|
AudioNodeEngineNEON.$(OBJ_SUFFIX): CXXFLAGS += -mfpu=neon
|