xref: /OK3568_Linux_fs/yocto/build/conf/include/multimedia.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunLICENSE_FLAGS_ACCEPTED = "commercial"
2*4882a593SmuzhiyunIMAGE_INSTALL:append = " faad2 mpg123"
3*4882a593SmuzhiyunPACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms faad"
4*4882a593SmuzhiyunPACKAGECONFIG:remove:pn-gstreamer1.0-plugins-good = "qt5"
5*4882a593SmuzhiyunIMAGE_INSTALL:append = " gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-rockchip"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunIMAGE_INSTALL:append = "${@' rockchip-rkisp-server rockchip-rkisp-iqfiles' if d.getVar('RK_ISP_VERSION') == '1' else ''}"
8*4882a593SmuzhiyunIMAGE_INSTALL:append = "${@oe.utils.version_less_or_equal('RK_ISP_VERSION', '1', '', ' rockchip-rkaiq-server rockchip-rkaiq-iqfiles', d)}"
9