mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 01:20:40 +01:00
fix[cmake]: Fix libm / libmvec compile error
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I431aa784db20494a4df89fae366ccd428dafa7d5
This commit is contained in:
parent
2ee4a5518b
commit
d1855e020d
3 changed files with 12 additions and 24 deletions
|
|
@ -63,7 +63,7 @@ endif()
|
|||
set_target_properties(${MPP_SHARED} PROPERTIES FOLDER "mpp")
|
||||
set_target_properties(${MPP_SHARED} PROPERTIES CLEAN_DIRECT_OUTPUT 1)
|
||||
target_link_libraries(${MPP_SHARED} mpp_codec mpp_hal mpp_vproc kmpp
|
||||
${BEGIN_WHOLE_ARCHIVE} mpp_base kmpp_base osal ${END_WHOLE_ARCHIVE} m)
|
||||
${BEGIN_WHOLE_ARCHIVE} mpp_base kmpp_base osal ${END_WHOLE_ARCHIVE} ${LIBM})
|
||||
|
||||
# build static library
|
||||
add_library(${MPP_STATIC} STATIC ${MPP_SRC})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue