mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
fix[hal_enc]: Fix lib dependency issue
rkenc/vpu generates library files for hal/common to use. So under rkenc/vpu, should not rely on the target library in hal/common. Change-Id: I9521364829aef90f9024b8388339f00f05cc3f96 Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
@@ -23,5 +23,5 @@ add_library(hal_h264e_rkv STATIC
|
||||
${HAL_H264E_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(hal_h264e_rkv hal_vepu541_common hal_h264e hal_common)
|
||||
target_link_libraries(hal_h264e_rkv hal_vepu541_common hal_common)
|
||||
set_target_properties(hal_h264e_rkv PROPERTIES FOLDER "mpp/hal")
|
||||
|
@@ -25,5 +25,5 @@ add_library(hal_h265e_vepu541 STATIC
|
||||
${HAL_H265E_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(hal_h265e_vepu541 hal_h265e hal_common hal_vepu541_common)
|
||||
target_link_libraries(hal_h265e_vepu541 hal_common hal_vepu541_common)
|
||||
set_target_properties(hal_h265e_vepu541 PROPERTIES FOLDER "mpp/hal")
|
||||
|
@@ -21,5 +21,5 @@ add_library(hal_jpege_rkv STATIC
|
||||
${HAL_JPEGE_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(hal_jpege_rkv hal_jpege hal_common hal_vepu541_common)
|
||||
target_link_libraries(hal_jpege_rkv hal_common hal_vepu541_common)
|
||||
set_target_properties(hal_jpege_rkv PROPERTIES FOLDER "mpp/hal")
|
||||
|
@@ -21,5 +21,5 @@ add_library(hal_h264e_vpu STATIC
|
||||
${HAL_H264E_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(hal_h264e_vpu hal_h264e hal_vepu_common ${CODEC_H264E})
|
||||
target_link_libraries(hal_h264e_vpu hal_vepu_common ${CODEC_H264E})
|
||||
set_target_properties(hal_h264e_vpu PROPERTIES FOLDER "mpp/hal")
|
||||
|
Reference in New Issue
Block a user