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
|
|
|
|
|
2009-11-13 11:40:00 -08:00
|
|
|
LIBRARY_NAME = gkconmedia_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2013-01-02 07:56:38 -08:00
|
|
|
ifndef _MSC_VER
|
|
|
|
FAIL_ON_WARNINGS := 1
|
|
|
|
endif # !_MSC_VER
|
2009-06-25 21:23:15 -07:00
|
|
|
|
2009-11-13 11:40:00 -08:00
|
|
|
CPPSRCS = \
|
2013-03-26 18:32:51 -07:00
|
|
|
AudioAvailableEventManager.cpp \
|
2013-01-15 05:09:38 -08:00
|
|
|
AudioChannelFormat.cpp \
|
2013-01-13 14:46:57 -08:00
|
|
|
AudioNodeEngine.cpp \
|
|
|
|
AudioNodeStream.cpp \
|
2012-04-29 20:11:19 -07:00
|
|
|
AudioSegment.cpp \
|
2013-03-18 21:12:36 -07:00
|
|
|
AudioStream.cpp \
|
2013-03-26 18:32:51 -07:00
|
|
|
AudioStreamTrack.cpp \
|
2012-11-21 19:10:41 -08:00
|
|
|
DecoderTraits.cpp \
|
2013-02-15 00:01:58 -08:00
|
|
|
DOMMediaStream.cpp \
|
2012-03-27 17:04:20 -07:00
|
|
|
FileBlockCache.cpp \
|
2013-03-26 18:32:51 -07:00
|
|
|
MediaCache.cpp \
|
2012-11-14 11:46:40 -08:00
|
|
|
MediaDecoder.cpp \
|
|
|
|
MediaDecoderStateMachine.cpp \
|
|
|
|
MediaDecoderReader.cpp \
|
2013-03-26 18:32:51 -07:00
|
|
|
MediaResource.cpp \
|
|
|
|
MediaStreamGraph.cpp \
|
|
|
|
MediaStreamTrack.cpp \
|
2012-04-29 20:11:19 -07:00
|
|
|
StreamBuffer.cpp \
|
2012-02-14 20:35:01 -08:00
|
|
|
VideoFrameContainer.cpp \
|
2012-08-20 21:06:46 -07:00
|
|
|
VideoSegment.cpp \
|
2013-03-26 18:32:51 -07:00
|
|
|
VideoStreamTrack.cpp \
|
2010-08-12 19:28:15 -07:00
|
|
|
VideoUtils.cpp \
|
2009-11-13 11:40:00 -08:00
|
|
|
$(NULL)
|
2009-06-25 21:23:15 -07:00
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
2010-11-16 20:14:19 -08:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2008-07-09 01:22:20 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-03-07 16:58:48 -08:00
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|
|
|
|
CFLAGS += $(GSTREAMER_CFLAGS)
|
|
|
|
CXXFLAGS += $(GSTREAMER_CFLAGS)
|