update ffmpeg and mpv
This commit is contained in:
parent
4c41573e17
commit
b2e635e2c2
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
PKG := ffmpeg
|
||||
$(PKG)_WEBSITE := https://ffmpeg.org/
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := 51b356e
|
||||
$(PKG)_CHECKSUM := e789509f9aef7d0d394ce00dab6d104d33e351b8eed0084d49c5190ff69a283e
|
||||
$(PKG)_VERSION := e317c25
|
||||
$(PKG)_CHECKSUM := 5f5e4428c44890998a064f31b89dd2f739a22038f92695717fba3f65e21f65d1
|
||||
$(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 := d6d6da4
|
||||
$(PKG)_CHECKSUM := 296c2872d68d51d6de5b1858e9b9fa1e27893177fef84d4eab1d39e4ff6e8055
|
||||
$(PKG)_VERSION := 639ee55
|
||||
$(PKG)_CHECKSUM := 0467d10043b8b95bfdf70afe4e90f998258219e2391f40b1c0dd0c7be1723aa4
|
||||
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
|
||||
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
|
||||
libarchive libass libdvdnav libdvdread libiconv \
|
||||
|
|
Loading…
Add table
Reference in a new issue