mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +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
|