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/opencv3 | |
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/opencv3')
-rw-r--r-- | package/opencv3/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opencv3/Config.in b/package/opencv3/Config.in index 9629a643e2..2f4aa7aca8 100644 --- a/package/opencv3/Config.in +++ b/package/opencv3/Config.in @@ -242,11 +242,11 @@ comment "3rd party support" config BR2_PACKAGE_OPENCV3_WITH_FFMPEG bool "ffmpeg support" + depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_FFMPEG select BR2_PACKAGE_FFMPEG_AVRESAMPLE select BR2_PACKAGE_FFMPEG_SWSCALE - depends on !BR2_nios2 # ffmpeg help Use ffmpeg from the target system. |