package/mplayer: mmxext requires sse

MPlayer contains mmxext code for which a SSE-enabled CPU is required,
for details see https://bugs.funtoo.org/browse/FL-2202

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-04-10 22:41:19 +02:00 committed by Thomas Petazzoni
parent 2184f48c45
commit 0d202de1dd

View File

@ -306,9 +306,9 @@ MPLAYER_CONF_OPTS += \
endif endif
ifeq ($(BR2_X86_CPU_HAS_SSE),y) ifeq ($(BR2_X86_CPU_HAS_SSE),y)
MPLAYER_CONF_OPTS += --enable-sse MPLAYER_CONF_OPTS += --enable-mmxext --enable-sse
else else
MPLAYER_CONF_OPTS += --disable-sse MPLAYER_CONF_OPTS += --disable-mmxext --disable-sse
endif endif
ifeq ($(BR2_X86_CPU_HAS_SSE2),y) ifeq ($(BR2_X86_CPU_HAS_SSE2),y)