• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Get the current local path as the first operation
2LOCAL_PATH := $(call get_makefile_dir)
3
4# Clear out the variables used in the local makefiles
5include $(MK)/clear.mk
6
7TARGET := pvmediaoutputnode
8
9
10
11
12XINCDIRS += ../../../../pvmi/pvmf/include ../../../../nodes/common/include ../../include
13
14
15
16
17
18SRCDIR := ../../src
19INCSRCDIR := ../../src
20
21SRCS := pv_media_output_node_inport.cpp \
22	pv_media_output_node.cpp
23
24HDRS := pv_media_output_node.h \
25        ../include/pv_media_output_node_factory.h \
26        ../include/pv_media_output_node_registry_factory.h \
27        ../include/pv_media_output_node_events.h
28
29include $(MK)/library.mk
30
31