diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-02 17:04:57 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-04 22:00:19 +0100 |
commit | 5702d2f3b7f12882d4e33d26606732290e442324 (patch) | |
tree | 066cecab5292f3df2a437b6c8037b07e1544308d /package/libvpx | |
parent | 55227475957af0a6a9d1377bc9e2e6103febedba (diff) | |
download | buildroot-5702d2f3b7f12882d4e33d26606732290e442324.tar.gz buildroot-5702d2f3b7f12882d4e33d26606732290e442324.zip |
libvpx: needs thread support
Fixes:
http://autobuild.buildroot.org/results/8de/8def7e54e4fecb7df350443824c00b53d1c61c01/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Diffstat (limited to 'package/libvpx')
-rw-r--r-- | package/libvpx/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libvpx/Config.in b/package/libvpx/Config.in index 1332c564a8..0ed3e1ad9c 100644 --- a/package/libvpx/Config.in +++ b/package/libvpx/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_LIBVPX bool "libvpx" + depends on BR2_TOOLCHAIN_HAS_THREADS help A high-quality, open video format that's freely available to everyone. http://webmproject.org + +comment "libvpx needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS |