diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-26 17:30:53 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-26 21:34:44 +0100 |
commit | b59d9324a1f1d0030331a64ab24af98f0bd84e06 (patch) | |
tree | 0f6c07d897d43ebade5ce92b8e609dd02d4e74ad | |
parent | a0c3f60dac237dff5b564b9d3464a2c3121b95ee (diff) | |
download | buildroot-b59d9324a1f1d0030331a64ab24af98f0bd84e06.tar.gz buildroot-b59d9324a1f1d0030331a64ab24af98f0bd84e06.zip |
gst1-plugins-base: alsa now needs seq
A seq (midi) source has been added to gst-plugins-base 1.8.x hence we
need to account for it, so select BR2_PACKAGE_ALSA_LIB_SEQ. Fixes:
http://autobuild.buildroot.net/results/474/474e4b9bc3a44224302d0576cf1c0de7ce709f1a/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-base/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-base/Config.in b/package/gstreamer1/gst1-plugins-base/Config.in index 22541e19ca..897c1d13ca 100644 --- a/package/gstreamer1/gst1-plugins-base/Config.in +++ b/package/gstreamer1/gst1-plugins-base/Config.in @@ -111,6 +111,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA select BR2_PACKAGE_ALSA_LIB select BR2_PACKAGE_ALSA_LIB_MIXER select BR2_PACKAGE_ALSA_LIB_PCM + select BR2_PACKAGE_ALSA_LIB_SEQ help ALSA plugin library |