diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-03-04 18:30:08 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2019-03-04 19:43:29 +0100 |
| commit | b20f8a893f17d139ceafb512f3ccd207770844fe (patch) | |
| tree | 09266413cf7650897d18dee8615ec3055d103b39 | |
| parent | d9874121479e9c7f7dae6e755760615de85bd181 (diff) | |
| download | buildroot-b20f8a893f17d139ceafb512f3ccd207770844fe.tar.gz buildroot-b20f8a893f17d139ceafb512f3ccd207770844fe.zip | |
package/gst-plugins-bad: disable spandsp
gst-plugins-bad does not build with spandsp so disable it (it's already
disabled in gst1-plugins-bad)
Fixes:
- http://autobuild.buildroot.org/results/842ca572b7810bca70846274262a6fcdb38df49
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/gstreamer/gst-plugins-bad/gst-plugins-bad.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gstreamer/gst-plugins-bad/gst-plugins-bad.mk b/package/gstreamer/gst-plugins-bad/gst-plugins-bad.mk index b9416db34f..856ff9665d 100644 --- a/package/gstreamer/gst-plugins-bad/gst-plugins-bad.mk +++ b/package/gstreamer/gst-plugins-bad/gst-plugins-bad.mk @@ -12,7 +12,8 @@ GST_PLUGINS_BAD_LICENSE = LGPL-2.1+, GPL-2.0+ GST_PLUGINS_BAD_LICENSE_FILES = COPYING.LIB COPYING GST_PLUGINS_BAD_CONF_OPTS = \ - --disable-examples + --disable-examples \ + --disable-spandsp GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer |

