summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 08:45:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-24 17:00:30 +0100
commit0f1921e478163308f8cb99e0ed0af43c0d0be32c (patch)
treee92c9fd46389804df8f68466eaaaccd7d1fe8f13 /rules/gst-plugins-bad1.in
parente1493c79d3fde2e096e8850bdd9dfab5f6716716 (diff)
downloadptxdist-0f1921e478163308f8cb99e0ed0af43c0d0be32c.tar.gz
ptxdist-0f1921e478163308f8cb99e0ed0af43c0d0be32c.tar.xz
gst-plugins-bad1: define missing symbol
The plugin was added in the rule file, but not in the menu file. Mark it as broken for now, because it needs libaom (AV1 Video Codec Library). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-bad1.in')
-rw-r--r--rules/gst-plugins-bad1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/gst-plugins-bad1.in b/rules/gst-plugins-bad1.in
index d71f27fde..c3c467a3e 100644
--- a/rules/gst-plugins-bad1.in
+++ b/rules/gst-plugins-bad1.in
@@ -58,6 +58,12 @@ config GST_PLUGINS_BAD1_AIFF
bool
prompt "aiff"
+config GST_PLUGINS_BAD1_AOM
+ bool
+ # needs libaom
+ depends on BROKEN
+ prompt "aom"
+
config GST_PLUGINS_BAD1_VIDEOFRAME_AUDIOLEVEL
bool
prompt "videoframe_audiolevel"