update ffmpeg and mpv
This commit is contained in:
parent
286bf44444
commit
356488c4a2
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
PKG := ffmpeg
|
||||
$(PKG)_WEBSITE := https://ffmpeg.org/
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := acdea9e
|
||||
$(PKG)_CHECKSUM := e0c5d95c2f9866bd15ae8beb258e95ec8dc5b491c9640528aa561c651e04a546
|
||||
$(PKG)_VERSION := 6731f60
|
||||
$(PKG)_CHECKSUM := 2714213db0e053de1b03261f424084db092f2142c85ea3198145f6cf76cdf2fb
|
||||
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
|
||||
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
|
||||
$(PKG)_URL := https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/$($(PKG)_FILE)
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
PKG := mpv
|
||||
$(PKG)_WEBSITE := https://mpv.io/
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := 5d6fb52
|
||||
$(PKG)_CHECKSUM := 3b364df52fe18015b138313fe54dbea42d69ee0a9a40d02ad2cef3fcfb4c5397
|
||||
$(PKG)_VERSION := 3263f47
|
||||
$(PKG)_CHECKSUM := a8224fa748ccb89ccdb2a844d696b06785ad28fc1bb0dfda0506897abbc99e9a
|
||||
$(PKG)_GH_CONF := mpv-player/mpv/master
|
||||
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
|
||||
libarchive libass libdvdnav libdvdread libiconv \
|
||||
|
|
Loading…
Reference in a new issue