summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-plugins-good
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-19 22:02:23 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-19 22:31:49 +0100
commitb85319da023650bbe985344d3e46aa05173c508d (patch)
tree59272206e4c8bfbc652173e626e122e0e26b5579 /package/gstreamer/gst-plugins-good
parent30abaffe550e4156a54be6f0d2114b9585bbf5f9 (diff)
gst-plugins-good: fix typo BR2_TOOLCHAIN_HAS_THREAD
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-plugins-good')
-rw-r--r--package/gstreamer/gst-plugins-good/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer/gst-plugins-good/Config.in b/package/gstreamer/gst-plugins-good/Config.in
index 81bd34051..254dbcbd7 100644
--- a/package/gstreamer/gst-plugins-good/Config.in
+++ b/package/gstreamer/gst-plugins-good/Config.in
@@ -213,7 +213,7 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
select BR2_PACKAGE_LIBSOUP
comment "souphttpsrc needs a toolchain w/ wchar, threads"
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREAD
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX
bool "speex"