summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-dsp
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-19 21:59:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-19 22:31:03 +0100
commit61cef6db35ab35546eb836fdb0a2f0494fac1782 (patch)
tree36d6be1874a5789006e6de6b11432ee919585039 /package/gstreamer/gst-dsp
parent5582d5c707b552ca9a6cf0fa26d4a81b6b9bcd4b (diff)
gstreamer packages: factorize dependency on gstreamer
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gst-dsp')
-rw-r--r--package/gstreamer/gst-dsp/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer/gst-dsp/Config.in b/package/gstreamer/gst-dsp/Config.in
index 590931af7..102cf69b4 100644
--- a/package/gstreamer/gst-dsp/Config.in
+++ b/package/gstreamer/gst-dsp/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_GST_DSP
bool "gst-dsp"
- depends on BR2_PACKAGE_GSTREAMER && BR2_cortex_a8
+ depends on BR2_cortex_a8
select BR2_PACKAGE_TIDSP_BINARIES
help
GStreamer plug-in to access TI OMAP3 DSP algorithms.