[Single Binary] Merge converter and aggregator into a single plugin binary
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 11 Oct 2018 08:38:15 +0000 (17:38 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Fri, 12 Oct 2018 12:49:57 +0000 (21:49 +0900)
commit3bf3f49cf65f6907e060a6b73f1e91f47da1e71e
tree8177c806a53af7d73e4c75032d5b61e03bd2d534
parent239dfbd10739126d24ce0311422f1cb828f0917e
[Single Binary] Merge converter and aggregator into a single plugin binary

This is a pilot program for #628

We are going to merge all nnstreamer plugins into one single plugin binary.

Use -DSINGLE_BINARY to generate a single plugin binary with all plugin elements.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
gst/nnstreamer/nnstreamer.c [new file with mode: 0644]
gst/tensor_aggregator/CMakeLists.txt
gst/tensor_aggregator/tensor_aggregator.c
gst/tensor_converter/CMakeLists.txt
gst/tensor_converter/tensor_converter.c
gst/tensor_filter/CMakeLists.txt
include/tensor_common.h
packaging/nnstreamer.spec
tests/testAPI.sh