Added a few other filters, including filters that merge two files.
This commit is contained in:
parent
875745cf22
commit
590bb48500
16 changed files with 202 additions and 30 deletions
|
|
@ -23,7 +23,8 @@ prpa_LDADD = \
|
|||
lib/libfilterSample.a \
|
||||
lib/libencoder.a
|
||||
|
||||
prpa_SOURCES = src/main.cc src/configuration.cc src/pipeline.cc
|
||||
prpa_SOURCES = src/main.cc src/configuration.cc src/pipeline.cc \
|
||||
src/compose.cc
|
||||
|
||||
prpa_LDFLAGS = \
|
||||
$(BOOST_LDFLAGS) \
|
||||
|
|
|
|||
Reference in a new issue