diff options
Diffstat (limited to 'package/squeezelite/Config.in')
-rw-r--r-- | package/squeezelite/Config.in | 2 |
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" |