mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_MP4V2
|
||||
bool "mp4v2"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++11
|
||||
help
|
||||
The MP4v2 library provides functions to read, create, and
|
||||
modify mp4 files.
|
||||
@@ -18,5 +19,6 @@ config BR2_PACKAGE_MP4V2_UTIL
|
||||
|
||||
endif
|
||||
|
||||
comment "mp4v2 needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
comment "mp4v2 needs a toolchain w/ C++, gcc >= 5"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||
|
||||
Reference in New Issue
Block a user