aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-23 07:44:48 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-23 09:25:19 -0800
commit80adbff00a71f106892960af1bda1ea644012b40 (patch)
tree04f2a7a1454f84f1f82ae74d242dc07e1c90795e /meta-oe/recipes-multimedia
parente6e72ed4c49e7162569892c151e2273acffeccbd (diff)
downloadmeta-openembedded-contrib-80adbff00a71f106892960af1bda1ea644012b40.tar.gz
mpv: upgrade 0.34.0 -> 0.34.1
This is a bug fix release for the 0.34 branch. Fixes and Minor Enhancements ---------------------------- - player: fix autofit/geometry related segfault - ao_oss: add missing PATH_DEV_MIXER define - egl_helpers: fix context creation if GLES 3 is not available - audio: stop corrupting audio on underreads - wayland: fix a potential segfault on surface enter - vo_gpu: opengl: fix wrong glMemoryBarrier call - vo_gpu: opengl: create context at version 4.4 again - af_lavcac3enc: fix memory leak on no-op - subprocess: unblock/reset signals before running child process - wayland: avoid doing unneccesary window resizes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb (renamed from meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb
index ebcaa6c932..17d4b6ba07 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb
@@ -18,11 +18,10 @@ DEPENDS += " \
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV_mpv = "9ca9066d052acecb5b05369141a76993a753ee1e"
-SRC_URI = " \
- git://github.com/mpv-player/mpv;name=mpv;branch=master;protocol=https \
- https://waf.io/waf-2.0.20;name=waf;subdir=git \
-"
+SRCREV_mpv = "349e437466163cb52f7d0aa227d4606edd9db501"
+SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/0.34;protocol=https \
+ https://waf.io/waf-2.0.20;name=waf;subdir=git \
+ "
SRC_URI[waf.sha256sum] = "bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f"
S = "${WORKDIR}/git"