Loading arch/Config.in.x86 +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ config BR2_X86_CPU_HAS_SSE3 bool config BR2_X86_CPU_HAS_SSSE3 bool config BR2_X86_CPU_HAS_SSE4 bool config BR2_X86_CPU_HAS_SSE42 bool choice prompt "Target Architecture Variant" Loading package/ffmpeg/ffmpeg.mk +12 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,18 @@ else FFMPEG_CONF_OPT += --disable-ssse3 endif ifeq ($(BR2_X86_CPU_HAS_SSE4),y) FFMPEG_CONF_OPT += --enable-sse4 else FFMPEG_CONF_OPT += --disable-sse4 endif ifeq ($(BR2_X86_CPU_HAS_SSE42),y) FFMPEG_CONF_OPT += --enable-sse42 else FFMPEG_CONF_OPT += --disable-sse42 endif # Explicitly disable everything that doesn't match for ARM # FFMPEG "autodetects" by compiling an extended instruction via AS # This works on compilers that aren't built for generic by default Loading Loading
arch/Config.in.x86 +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ config BR2_X86_CPU_HAS_SSE3 bool config BR2_X86_CPU_HAS_SSSE3 bool config BR2_X86_CPU_HAS_SSE4 bool config BR2_X86_CPU_HAS_SSE42 bool choice prompt "Target Architecture Variant" Loading
package/ffmpeg/ffmpeg.mk +12 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,18 @@ else FFMPEG_CONF_OPT += --disable-ssse3 endif ifeq ($(BR2_X86_CPU_HAS_SSE4),y) FFMPEG_CONF_OPT += --enable-sse4 else FFMPEG_CONF_OPT += --disable-sse4 endif ifeq ($(BR2_X86_CPU_HAS_SSE42),y) FFMPEG_CONF_OPT += --enable-sse42 else FFMPEG_CONF_OPT += --disable-sse42 endif # Explicitly disable everything that doesn't match for ARM # FFMPEG "autodetects" by compiling an extended instruction via AS # This works on compilers that aren't built for generic by default Loading