Update buildroot to 2021.02.3 (#1422)
Signed-off-by: Stefan Agner <stefan@agner.ch>
(cherry picked from commit 9c8172df40)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 f1b9baf5dc2eeaf376597c28a6281facf6ed98ff3d567e3955c95bf2459520b4 mpv-0.33.0.tar.gz
|
||||
sha256 100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9 mpv-0.33.1.tar.gz
|
||||
sha256 a99d7b0625a0566271aad6de694e52eafd566db024f9516720d526c680d3ee30 LICENSE.GPL
|
||||
|
||||
@@ -4,13 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MPV_VERSION = 0.33.0
|
||||
MPV_VERSION = 0.33.1
|
||||
MPV_SITE = $(call github,mpv-player,mpv,v$(MPV_VERSION))
|
||||
MPV_DEPENDENCIES = \
|
||||
host-pkgconf ffmpeg libass zlib \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
MPV_LICENSE = GPL-2.0+
|
||||
MPV_LICENSE_FILES = LICENSE.GPL
|
||||
MPV_CPE_ID_VENDOR = mpv
|
||||
|
||||
MPV_NEEDS_EXTERNAL_WAF = YES
|
||||
|
||||
@@ -27,6 +28,12 @@ MPV_CONF_OPTS = \
|
||||
--disable-uchardet \
|
||||
--disable-vapoursynth
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
MPV_CONF_OPTS += --disable-libmpv-shared --enable-libmpv-static
|
||||
else
|
||||
MPV_CONF_OPTS += --enable-libmpv-shared --disable-libmpv-static
|
||||
endif
|
||||
|
||||
# ALSA support requires pcm+mixer
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
|
||||
MPV_CONF_OPTS += --enable-alsa
|
||||
|
||||
Reference in New Issue
Block a user