This commit is contained in:
刘可亮
2024-09-03 11:16:08 +08:00
parent cf270df8d6
commit 803cac77d5
2931 changed files with 614364 additions and 31222 deletions

View File

@@ -10,6 +10,24 @@ config AIC_MPP_PLAYER_INTERFACE
select AIC_AUDIO_DRV
select RT_USING_PTHREADS
config AIC_MPP_PLAYER_VE_USE_FILL_FB
bool "Enable player ve use fill fb"
default n
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
config AIC_MPP_AVI_DEMUX
bool "Enable avi demux"
default n
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
config AIC_MPP_RECORDER_INTERFACE
bool "Enable recorder interface and demo"
default n
depends on LPKG_MPP
select LPKG_USING_MAD
select AIC_AUDIO_DRV
select RT_USING_PTHREADS
config AIC_MPP_VIN
bool "Enable Video Input interface"
default n
@@ -30,7 +48,8 @@ config AIC_MPP_FB_TEST
default n
depends on LPKG_MPP
config AIC_MPP_AVI_DEMUX
bool "enable avi demux"
default n
depends on LPKG_MPP && AIC_MPP_PLAYER_INTERFACE
config AIC_STARTUP_UI_SHOW
bool "Show Startup Ui"
default n
depends on LPKG_MPP