mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
|
|
menuconfig LPKG_USING_FFMPEG
|
|
bool "FFmpeg is a collection of libraries and tools to process multimedia content"
|
|
default n
|
|
|
|
config LPKG_FFMPEG_MEM_USING_CMA
|
|
bool "Enable ffmpeg private data memory using cma"
|
|
default n
|
|
depends on LPKG_USING_FFMPEG
|