aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/conf/local.conf.append.v1000
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/conf/local.conf.append.v1000')
-rw-r--r--meta-v1000/conf/local.conf.append.v10003
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-v1000/conf/local.conf.append.v1000 b/meta-v1000/conf/local.conf.append.v1000
index 92c34763..bac98044 100644
--- a/meta-v1000/conf/local.conf.append.v1000
+++ b/meta-v1000/conf/local.conf.append.v1000
@@ -35,7 +35,8 @@ COMMERCIAL_LIC_FLAGS_MULTIMEDIA = "commercial_gstreamer1.0-plugins-ugly \
commercial_lame \
commercial_mpeg2dec \
commercial_gstreamer1.0-libav \
- commercial_mpg123"
+ commercial_mpg123 \
+ commercial_ffmpeg"
LICENSE_FLAGS_WHITELIST_append = "${@' ${COMMERCIAL_LIC_FLAGS_MULTIMEDIA}' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
CORE_IMAGE_EXTRA_INSTALL_append = "${@' packagegroup-multimedia-risky' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"