summaryrefslogtreecommitdiffstats
path: root/package/squeezelite
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-05-26 16:54:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-26 21:18:35 +0200
commite6e549b9e40d42dbb6a551ecaeb040c1e401f21a (patch)
treeca72ad26365e66ca82d412ca7a0a025cb127aebf /package/squeezelite
parent4a1e4a5c7dd94e0490df95597635eb48e4f7f7fb (diff)
downloadbuildroot-e6e549b9e40d42dbb6a551ecaeb040c1e401f21a.tar.gz
buildroot-e6e549b9e40d42dbb6a551ecaeb040c1e401f21a.zip
ffmpeg: add BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/squeezelite')
-rw-r--r--package/squeezelite/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squeezelite/Config.in b/package/squeezelite/Config.in
index 1c2960ea62..79d2947497 100644
--- a/package/squeezelite/Config.in
+++ b/package/squeezelite/Config.in
@@ -21,8 +21,8 @@ if BR2_PACKAGE_SQUEEZELITE
config BR2_PACKAGE_SQUEEZELITE_FFMPEG
bool "Enable WMA and ALAC decoding"
default y
+ depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
select BR2_PACKAGE_FFMPEG
- depends on !BR2_nios2 # ffmpeg
config BR2_PACKAGE_SQUEEZELITE_DSD
bool "Enable DSD decoding"
OpenPOWER on IntegriCloud