Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||
bool
|
||||
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
|
||||
# ffmpeg's configure script only supports mips64 (r1) variant
|
||||
# No support for ARMv7-M in the ARM assembly logic
|
||||
default y if !BR2_nios2 && !BR2_mips_64r2 && !BR2_mips_64r6 && \
|
||||
!BR2_ARM_CPU_ARMV7M
|
||||
# Microblaze build affected by gcc PR71124 (infinite loop)
|
||||
default y if !BR2_nios2 && !BR2_ARM_CPU_ARMV7M && !BR2_microblaze
|
||||
|
||||
menuconfig BR2_PACKAGE_FFMPEG
|
||||
bool "ffmpeg"
|
||||
@@ -42,12 +41,16 @@ config BR2_PACKAGE_FFMPEG_FFMPEG
|
||||
config BR2_PACKAGE_FFMPEG_FFPLAY
|
||||
bool "Build ffplay"
|
||||
select BR2_PACKAGE_FFMPEG_SWSCALE
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL2
|
||||
depends on !BR2_STATIC_LIBS # sdl2
|
||||
help
|
||||
FFplay is a very simple and portable media player using the
|
||||
FFmpeg libraries and the SDL library.
|
||||
It is mostly used as a testbed for the various FFmpeg APIs.
|
||||
|
||||
comment "ffplay needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_FFMPEG_FFSERVER
|
||||
bool "Build ffserver"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
|
||||
Reference in New Issue
Block a user