blob: 3a996c967e2dbe0bed2e7bf8888643d65e1e5a6a [file] [log] [blame]
# Get the current local path as the first operation
LOCAL_PATH := $(call get_makefile_dir)
# Clear out the variables used in the local makefiles
include $(MK)/clear.mk
TARGET := pvjitterbufferrtp
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
# Added this to for osclconfig.h
XINCDIRS += -I ../../../../../../common/include -I ../../../../../streamingmanager/plugins/mshttp/config -I ../../../../../streamingmanager/include -I ../../../../../../../protocols/rtp/src
XINCDIRS += -I ../../../../../common/include
XINCDIRS += -I ../../../common/include
SRCDIR := ../../src
INCSRCDIR := ../../include
# compose final src list for actual build
SRCS = pvmf_rtp_jitter_buffer_factory.cpp\
pvmf_rtp_jitter_buffer_impl.cpp
HDRS = pvmf_rtp_jitter_buffer_factory.h
include $(MK)/library.mk