summaryrefslogtreecommitdiff
path: root/package/gstreamer
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:24:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:24:56 +0100
commit53b5374c2f0bfcba3f4c98388da2825adeb54bf4 (patch)
tree1277dd232b478cea1b44cfd07221821d77e72baf /package/gstreamer
parentda7f56d81316be0dafb5f8a1236ba96266ee3dc2 (diff)
libcdaudio: disable on nios2, binutils assertion failure
Fixes: http://autobuild.buildroot.org/results/539/5397c51bc6915a082e873dee2d298f433172ef4d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer')
-rw-r--r--package/gstreamer/gst-plugins-bad/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer/gst-plugins-bad/Config.in b/package/gstreamer/gst-plugins-bad/Config.in
index 3bfd12b52..e2a67f135 100644
--- a/package/gstreamer/gst-plugins-bad/Config.in
+++ b/package/gstreamer/gst-plugins-bad/Config.in
@@ -252,6 +252,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BZ2
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
bool "cdaudio"
+ depends on !BR2_nios2 # libcdaudio
select BR2_PACKAGE_LIBCDAUDIO
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL