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