1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBASS 2*4882a593Smuzhiyun bool "libass" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # harfbuzz 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 # harfbuzz 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # harfbuzz 6*4882a593Smuzhiyun select BR2_PACKAGE_FREETYPE 7*4882a593Smuzhiyun select BR2_PACKAGE_HARFBUZZ 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBFRIBIDI 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun libass is a portable subtitle renderer for the ASS/SSA 11*4882a593Smuzhiyun (Advanced Substation Alpha/Substation Alpha) subtitle format 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/libass/libass 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "libass needs a toolchain w/ C++, gcc >= 4.8" 16*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || \ 18*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 19