summaryrefslogtreecommitdiff
path: root/package/tvheadend
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:43:11 +0100
commit9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch)
tree5d7380f5b60d44d07504f445b8283c654a377d9c /package/tvheadend
parent188c0a3168e1670069556c42c3130f006f5b062d (diff)
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tvheadend')
-rw-r--r--package/tvheadend/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in
index 303a345ca..33dd48465 100644
--- a/package/tvheadend/Config.in
+++ b/package/tvheadend/Config.in
@@ -6,12 +6,6 @@ config BR2_PACKAGE_TVHEADEND
depends on BR2_LARGEFILE && BR2_INET_IPV6
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
- # tvheadend requires an atomic_add operation. Either you have
- # a gcc >= 4.3 toolchain and it uses the gcc intrinsics, or it
- # has special code for x86, x86-64, PPC and ARM. So in the
- # context of Buildroot, the only really problematic
- # architecture is avr32, which uses gcc 4.2.
- depends on !BR2_avr32
select BR2_PACKAGE_DTV_SCAN_TABLES
select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG