mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/ffmpeg: enable ARC glibc builds
ARC glibc fenv.h has the needed macros for quite some time now so allow ffmpeg builds. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e747d33bd9
commit
30a32eb27e
@ -1,8 +1,6 @@
|
|||||||
config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW
|
|
||||||
depends on !(BR2_archs38 && BR2_TOOLCHAIN_USES_GLIBC)
|
|
||||||
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
|
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
|
||||||
depends on !BR2_nios2
|
depends on !BR2_nios2
|
||||||
# No support for ARMv7-M in the ARM assembly logic
|
# No support for ARMv7-M in the ARM assembly logic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user