Update buildroot from 17.02.2 -> 17.02.3
This commit is contained in:
@@ -224,6 +224,12 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-gif
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --enable-pulse, to let the
|
||||
# autodetection find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
||||
MPLAYER_DEPENDENCIES += pulseaudio
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --enable-librtmp to let autodetection
|
||||
# find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
|
||||
@@ -297,9 +303,9 @@ MPLAYER_CONF_OPTS += \
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_X86_CPU_HAS_SSE),y)
|
||||
MPLAYER_CONF_OPTS += --enable-sse
|
||||
MPLAYER_CONF_OPTS += --enable-mmxext --enable-sse
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-sse
|
||||
MPLAYER_CONF_OPTS += --disable-mmxext --disable-sse
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_X86_CPU_HAS_SSE2),y)
|
||||
|
||||
Reference in New Issue
Block a user