blob: 78506aa3c35c25dd322b4e904a880ad5bf75332c [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 := pvjitterbuffernode
XINCDIRS += ../../../common/include ../../../streamingmanager/plugins/mshttp/config ../../../streamingmanager/include ../../../../../protocols/rtp/src
SRCDIR := ../../src
INCSRCDIR := ../../include
SRCS := pvmf_jitter_buffer_extension_interface.cpp \
pvmf_jitter_buffer_port.cpp \
pvmf_jitter_buffer_impl.cpp \
pvmf_rtcp_timer.cpp \
pvmf_jitter_buffer_node.cpp \
pvmf_jb_inactivity_timer.cpp
HDRS := pvmf_jitter_buffer_ext_interface.h \
pvmf_jitter_buffer_internal.h \
pvmf_jitter_buffer_port.h \
pvmf_jitter_buffer.h \
pvmf_jitter_buffer_node.h \
pvmf_rtcp_timer.h \
pvmf_jb_inactivity_timer.h
include $(MK)/library.mk