mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 17:46:50 +08:00
[avsd]: modify the cmake include of avsd hal
Change-Id: I8d7f994894d887f211d5a7b141c66d0a51259f68 Signed-off-by: Xingwen Fang <fxw@rock-chips.com>
This commit is contained in:
1
mpp/hal/CMakeLists.txt
Normal file → Executable file
1
mpp/hal/CMakeLists.txt
Normal file → Executable file
@@ -9,7 +9,6 @@ add_subdirectory(vpu)
|
||||
add_subdirectory(rkdec)
|
||||
add_subdirectory(rkenc)
|
||||
add_subdirectory(dummy)
|
||||
add_subdirectory(rkdec/avsd)
|
||||
add_subdirectory(common)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
4
mpp/hal/rkdec/CMakeLists.txt
Normal file → Executable file
4
mpp/hal/rkdec/CMakeLists.txt
Normal file → Executable file
@@ -1,5 +1,9 @@
|
||||
# vim: syntax=cmake
|
||||
|
||||
if( HAVE_AVSD )
|
||||
add_subdirectory(avsd)
|
||||
endif()
|
||||
|
||||
if( HAVE_H264D )
|
||||
add_subdirectory(h264d)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user