[Version] 1.2-2
[Issue Type] Build
Change-Id: I2615bb83c43e0bc7fccac3684d421d1a8d10b458
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_NEON_OPTIMIZATION")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_NEON_OPTIMIZATION")
+ find_library(MVEC_LIB "mvec")
+ if (MVEC_LIB)
+ SET(PKG_LDFLAGS "${PKG_LDFLAGS} -lmvec")
+ endif()
endif()
SET(LIB_NAME "${PROJECT_NAME}")
Name: noise-suppression
Summary: Acoustic noise suppression library
Version: 1.2
-Release: 1
+Release: 2
License: BSD-3-Clause
Source0: %{name}-%{version}.tar.gz