diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-05-26 16:54:19 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-26 21:18:35 +0200 |
| commit | e6e549b9e40d42dbb6a551ecaeb040c1e401f21a (patch) | |
| tree | ca72ad26365e66ca82d412ca7a0a025cb127aebf /package/squeezelite | |
| parent | 4a1e4a5c7dd94e0490df95597635eb48e4f7f7fb (diff) | |
| download | buildroot-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.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" |

