2012-05-21 11:12:37 +00: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 08:22:20 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2009-11-13 19:40:00 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2008-07-09 08:22:20 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2009-11-13 19:40:00 +00:00
|
|
|
LIBRARY_NAME = gkconmedia_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2013-01-02 15:56:38 +00:00
|
|
|
ifndef _MSC_VER
|
|
|
|
FAIL_ON_WARNINGS := 1
|
|
|
|
endif # !_MSC_VER
|
2009-06-26 04:23:15 +00:00
|
|
|
|
2009-11-13 19:40:00 +00:00
|
|
|
EXPORTS = \
|
2012-11-19 15:11:21 +00:00
|
|
|
AbstractMediaDecoder.h \
|
2013-01-15 13:09:38 +00:00
|
|
|
AudioChannelFormat.h \
|
2013-01-28 22:21:43 +00:00
|
|
|
AudioEventTimeline.h \
|
2013-01-13 22:46:57 +00:00
|
|
|
AudioNodeEngine.h \
|
|
|
|
AudioNodeStream.h \
|
2012-10-25 10:09:40 +00:00
|
|
|
AudioSampleFormat.h \
|
2012-04-30 03:11:19 +00:00
|
|
|
AudioSegment.h \
|
2013-03-19 04:12:36 +00:00
|
|
|
AudioStream.h \
|
2012-11-22 21:44:20 +00:00
|
|
|
BufferMediaResource.h \
|
2012-11-22 03:10:41 +00:00
|
|
|
DecoderTraits.h \
|
2013-02-15 08:01:58 +00:00
|
|
|
DOMMediaStream.h \
|
2012-03-28 00:04:20 +00:00
|
|
|
FileBlockCache.h \
|
2012-11-09 05:52:53 +00:00
|
|
|
MediaDecoderOwner.h \
|
2012-04-30 03:11:08 +00:00
|
|
|
MediaResource.h \
|
2012-04-30 03:11:19 +00:00
|
|
|
MediaSegment.h \
|
2012-04-30 03:11:26 +00:00
|
|
|
MediaStreamGraph.h \
|
2012-11-14 19:46:40 +00:00
|
|
|
AudioAvailableEventManager.h \
|
|
|
|
MediaDecoder.h \
|
|
|
|
MediaDecoderStateMachine.h \
|
|
|
|
MediaDecoderReader.h \
|
|
|
|
MediaCache.h \
|
2012-04-30 03:11:19 +00:00
|
|
|
SharedBuffer.h \
|
|
|
|
StreamBuffer.h \
|
2012-04-30 03:11:08 +00:00
|
|
|
TimeVarying.h \
|
2012-02-15 04:35:01 +00:00
|
|
|
VideoFrameContainer.h \
|
2010-04-27 08:53:44 +00:00
|
|
|
VideoUtils.h \
|
2012-04-30 03:11:19 +00:00
|
|
|
VideoSegment.h \
|
2012-10-25 10:09:41 +00:00
|
|
|
VorbisUtils.h \
|
2012-11-30 13:17:54 +00:00
|
|
|
MediaMetadataManager.h \
|
2009-11-13 19:40:00 +00:00
|
|
|
$(NULL)
|
2009-06-26 04:23:15 +00:00
|
|
|
|
2009-11-13 19:40:00 +00:00
|
|
|
CPPSRCS = \
|
2013-01-15 13:09:38 +00:00
|
|
|
AudioChannelFormat.cpp \
|
2013-01-13 22:46:57 +00:00
|
|
|
AudioNodeEngine.cpp \
|
|
|
|
AudioNodeStream.cpp \
|
2012-04-30 03:11:19 +00:00
|
|
|
AudioSegment.cpp \
|
2013-03-19 04:12:36 +00:00
|
|
|
AudioStream.cpp \
|
2012-11-22 03:10:41 +00:00
|
|
|
DecoderTraits.cpp \
|
2013-02-15 08:01:58 +00:00
|
|
|
DOMMediaStream.cpp \
|
2012-03-28 00:04:20 +00:00
|
|
|
FileBlockCache.cpp \
|
2012-04-30 03:11:08 +00:00
|
|
|
MediaResource.cpp \
|
2012-04-30 03:11:26 +00:00
|
|
|
MediaStreamGraph.cpp \
|
2012-11-14 19:46:40 +00:00
|
|
|
AudioAvailableEventManager.cpp \
|
|
|
|
MediaDecoder.cpp \
|
|
|
|
MediaDecoderStateMachine.cpp \
|
|
|
|
MediaDecoderReader.cpp \
|
|
|
|
MediaCache.cpp \
|
2012-04-30 03:11:19 +00:00
|
|
|
StreamBuffer.cpp \
|
2012-02-15 04:35:01 +00:00
|
|
|
VideoFrameContainer.cpp \
|
2012-08-21 04:06:46 +00:00
|
|
|
VideoSegment.cpp \
|
2010-08-13 02:28:15 +00:00
|
|
|
VideoUtils.cpp \
|
2009-11-13 19:40:00 +00:00
|
|
|
$(NULL)
|
2009-06-26 04:23:15 +00:00
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
2010-11-17 04:14:19 +00:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2008-07-09 08:22:20 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-03-08 00:58:48 +00:00
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|
|
|
|
CFLAGS += $(GSTREAMER_CFLAGS)
|
|
|
|
CXXFLAGS += $(GSTREAMER_CFLAGS)
|