update ffmpeg and mpv

This commit is contained in:
Connor Olding 2018-06-17 23:58:09 +02:00
parent 864fcb680d
commit 1f6f971b16
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_WEBSITE := https://ffmpeg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 37abfe8
$(PKG)_CHECKSUM := 3b3c05f9b98484c7beac5266b8f1af180799bc7e584199f9d8a60a86cc8efd6f
$(PKG)_VERSION := 29cddc9
$(PKG)_CHECKSUM := 839acc9cdcf5addab771d0f9fcd47382e5276710c4b0e64c182262f9113afdf3
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/$($(PKG)_FILE)

View File

@ -3,8 +3,8 @@
PKG := mpv
$(PKG)_WEBSITE := https://mpv.io/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 8479449
$(PKG)_CHECKSUM := 123df258a356353da2a7d49214c95157be1fa4c67fbe3c284c72bbd35cf0d4bc
$(PKG)_VERSION := cd89362
$(PKG)_CHECKSUM := bc0a028613027c545e7a79c6bb3192d84d602040cf416dd24f372c66503452a0
$(PKG)_GH_CONF := mpv-player/mpv/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \