diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 21:50:24 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-15 22:05:30 +0200 |
| commit | 7a03caaa1364e661df1f3249379d3ce8bf2f4fac (patch) | |
| tree | 70383d70832986300ab23f9433836639dae8f0df /package/libvpx | |
| parent | 32ab0ff5a9caec7f2a91cbcb36383e6d0687c972 (diff) | |
| download | buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.tar.gz buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.zip | |
package: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libvpx')
| -rw-r--r-- | package/libvpx/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libvpx/Config.in b/package/libvpx/Config.in index 67a4c578f4..6b0400c0a2 100644 --- a/package/libvpx/Config.in +++ b/package/libvpx/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_LIBVPX bool "libvpx" - depends on !BR2_bfin depends on BR2_TOOLCHAIN_HAS_THREADS help A high-quality, open video format that's freely available to @@ -9,5 +8,4 @@ config BR2_PACKAGE_LIBVPX http://webmproject.org comment "libvpx needs a toolchain w/ threads" - depends on !BR2_bfin depends on !BR2_TOOLCHAIN_HAS_THREADS |

