Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -16,8 +16,8 @@ config BR2_PACKAGE_MPLAYER
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
MPlayer is a movie player which runs on many systems and supports
|
||||
many different file formats.
|
||||
MPlayer is a movie player which runs on many systems and
|
||||
supports many different file formats.
|
||||
|
||||
http://www.mplayerhq.hu/
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ MPLAYER_VERSION = 1.3.0
|
||||
MPLAYER_SOURCE = MPlayer-$(MPLAYER_VERSION).tar.xz
|
||||
MPLAYER_SITE = http://www.mplayerhq.hu/MPlayer/releases
|
||||
MPLAYER_DEPENDENCIES = host-pkgconf
|
||||
MPLAYER_LICENSE = GPLv2
|
||||
MPLAYER_LICENSE = GPL-2.0
|
||||
MPLAYER_LICENSE_FILES = LICENSE Copyright
|
||||
MPLAYER_CFLAGS = $(TARGET_CFLAGS)
|
||||
MPLAYER_LDFLAGS = $(TARGET_LDFLAGS)
|
||||
@@ -56,7 +56,7 @@ MPLAYER_CONF_OPTS += --disable-sdl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||
MPLAYER_CONF_OPTS += \
|
||||
MPLAYER_CONF_OPTS += \
|
||||
--enable-freetype \
|
||||
--with-freetype-config=$(STAGING_DIR)/usr/bin/freetype-config
|
||||
MPLAYER_DEPENDENCIES += freetype
|
||||
@@ -128,7 +128,7 @@ MPLAYER_CONF_OPTS += --disable-libcdio
|
||||
# We intentionally don't pass --enable-dvdread, to let the
|
||||
# autodetection find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_LIBDVDREAD),y)
|
||||
MPLAYER_CONF_OPTS += \
|
||||
MPLAYER_CONF_OPTS += \
|
||||
--with-dvdread-config="$(PKG_CONFIG_HOST_BINARY) dvdread"
|
||||
MPLAYER_DEPENDENCIES += libdvdread
|
||||
endif
|
||||
@@ -136,7 +136,7 @@ endif
|
||||
# We intentionally don't pass --enable-dvdnav to let the autodetection
|
||||
# find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
|
||||
MPLAYER_CONF_OPTS += \
|
||||
MPLAYER_CONF_OPTS += \
|
||||
--with-dvdnav-config="$(PKG_CONFIG_HOST_BINARY) dvdnav"
|
||||
MPLAYER_DEPENDENCIES += libdvdnav
|
||||
endif
|
||||
@@ -285,16 +285,23 @@ MPLAYER_CFLAGS += -mfpu=neon
|
||||
endif
|
||||
endif
|
||||
|
||||
define MPLAYER_DISABLE_INLINE_ASM
|
||||
$(SED) 's,#define HAVE_INLINE_ASM 1,#define HAVE_INLINE_ASM 0,g' \
|
||||
$(@D)/config.h
|
||||
$(SED) 's,#define HAVE_MMX_INLINE 1,#define HAVE_MMX_INLINE 0,g' \
|
||||
$(@D)/config.h
|
||||
$(SED) 's,#define HAVE_MMX_EXTERNAL 1,#define HAVE_MMX_EXTERNAL 0,g' \
|
||||
$(@D)/config.h
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_i386),y)
|
||||
# inline asm breaks with "can't find a register in class 'GENERAL_REGS'"
|
||||
# inless we free up ebp
|
||||
MPLAYER_CFLAGS += -fomit-frame-pointer
|
||||
MPLAYER_POST_CONFIGURE_HOOKS += MPLAYER_DISABLE_INLINE_ASM
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
||||
MPLAYER_CONF_OPTS += \
|
||||
--enable-mmx \
|
||||
--yasm=$(HOST_DIR)/usr/bin/yasm
|
||||
--yasm=$(HOST_DIR)/bin/yasm
|
||||
MPLAYER_DEPENDENCIES += host-yasm
|
||||
else
|
||||
MPLAYER_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user