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/kodi | |
| 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/kodi')
| -rw-r--r-- | package/kodi/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index ff2e75cb2f..d9760cac52 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_KODI_ARCH_SUPPORTS bool default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \ + && BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS \ && BR2_PACKAGE_BOOST_ARCH_SUPPORTS \ && BR2_TOOLCHAIN_HAS_SYNC_8 |

