OPTION(DISABLE_TENSORFLOW_LITE "Disable tensorflow-lite support" OFF)
OPTION(DISABLE_TENSORFLOW "Disable tensorflow support" ON)
OPTION(INSTALL_EXAMPLE_APP "Install example applications" OFF)
-OPTION(SINGLE_BINARY "Generate a single binary for all nnstreamer elements" OFF)
+OPTION(SINGLE_BINARY "Generate a single binary for all nnstreamer elements" ON)
IF(SINGLE_BINARY)
ADD_DEFINITIONS(-DSINGLE_BINARY)
+ MESSAGE(STATUS "The nnstreamer elements will be created as a single plugin binary.")
+ELSE(SINGLE_BINARY)
+ MESSAGE(STATUS "The nnstreamer elements will be created as multple plugin binaries, one binary for one element. This is no more the standard method to release since nnstreamer 0.0.3.")
ENDIF(SINGLE_BINARY)
-ADD_DEFINITIONS(-DVERSION="0.0.2")
+ADD_DEFINITIONS(-DVERSION="0.0.3")
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(EXEC_PREFIX "${PREFIX}/bin")
Name: nnstreamer
Summary: gstremaer plugins for neural networks
-Version: 0.0.2
-Release: stable1
+Version: 0.0.3
+Release: 1rc1
# From 0.0.3, don't put letters as the first character of release. Use "1.rc1" instead of "rc1".
# We are using "stable-1" because we've been using "rc#" for 0.0.2
Group: Applications/Multimedia