v4l2_dec_test: add v4l2_dec_test for wave511 v4l2 decoder

Signed-off-by: Som Qin <som.qin@starfivetech.com>
This commit is contained in:
Som Qin
2023-01-06 15:17:44 +08:00
parent 3a6780ca26
commit 1fedb481ca
4 changed files with 866 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
config BR2_PACKAGE_V4L2_DEC_TEST
bool "v4l2 decode test"
depends on BR2_PACKAGE_SF_OMX_IL && BR2_PACKAGE_FFMPEG
depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
depends on BR2_USE_MMU # libv4l
depends on !BR2_STATIC_LIBS # libv4l
depends on BR2_INSTALL_LIBSTDCPP # libv4l
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
select BR2_PACKAGE_LIBV4L
help
v4l2 decoder package
comment "v4l2 decoder package requires ffmpeg implementation"
depends on !BR2_PACKAGE_FFMPEG