summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-12-21 01:31:24 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-21 17:57:46 +0000
commitfa23fc8927c1e6504a13b99de3793f4522ab6976 (patch)
tree68f2592c5ab0e99bddaae573a531db453687515f
parent0eb8ca85a75dcf65be4e2479081e3e01f88e7c04 (diff)
lightmediascanner: build mp4 plugin
Add mp4 plugin for scanning and indexing video media Bug-AGL: SPEC-1169 Change-Id: Ib771f28909ddd0274992682e19c8ebb134ee2e89 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
index 3dbf82c0..cd4389e7 100644
--- a/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
+++ b/recipes-multimedia/lightmediascanner/lightmediascanner_%.bbappend
@@ -1,2 +1,5 @@
+EXTRA_OECONF = "--enable-static"
+PACKAGECONFIG[mp4] = "--enable-mp4,--disable-mp4,libmp4v2"
+
# add support MP3 because of the format of music files for AGL CES/ALS2017 Demo
-PACKAGECONFIG_append = " id3"
+PACKAGECONFIG_append = " id3 mp4"