aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-23 00:36:44 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-23 00:36:44 +0100
commitd9e91db37a15e939b3b6197111954ad3c77b9faf (patch)
tree4ed1606b1959dedcebefb26952876f584218eaf5
parent3bde687e5755fd6675cd66b00f6628dab87ae85a (diff)
downloadopenembedded-d9e91db37a15e939b3b6197111954ad3c77b9faf.tar.gz
task-gstreamer-ti: add task to get a load of gstreamer stuff
-rw-r--r--packages/tasks/task-gstreamer-ti.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/tasks/task-gstreamer-ti.bb b/packages/tasks/task-gstreamer-ti.bb
new file mode 100644
index 0000000000..e6d34be966
--- /dev/null
+++ b/packages/tasks/task-gstreamer-ti.bb
@@ -0,0 +1,16 @@
+
+# Task for dsp accelerated gstreamer plugins
+
+DEPENDS = "gst-plugins-base gst-plugins-good gst-plugins-ugly gst-ffmpeg gstreamer-ti gst-openmax"
+
+RDEPENDS_${PN} = " \
+gst-plugins-base-meta \
+gst-plugins-good-meta \
+gst-plugins-ugly-meta \
+gst-ffmpeg \
+gst-openmax \
+gstreamer-ti \
+"
+
+inherit task
+