update ffmpeg and mpv

This commit is contained in:
Connor Olding 2020-04-13 22:41:46 -07:00
parent 14a0d36df3
commit 26f4bc75e4
2 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_WEBSITE := https://ffmpeg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0777b19
$(PKG)_CHECKSUM := ab37161664f6264ac0319077d4ac9e3fb43af85e1adcad62cc8f3f8f1cb1bdee
$(PKG)_VERSION := 5a0575e
$(PKG)_CHECKSUM := 777767af6e3e36abc248cdedd15d841ad6aa239219eb8a1ad033afb7aea21455
$(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 := 4083277
$(PKG)_CHECKSUM := cee372a5139c6aab4f851d79162f547ffd328abe3e57f0ab3a3bcddca8461168
$(PKG)_VERSION := c8e5a61
$(PKG)_CHECKSUM := 3f83397d942488be475052798b38bb08f707bfa57ed1fd87834bd834e6355853
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \
@ -21,7 +21,6 @@ define $(PKG)_BUILD
--enable-dvdnav \
--enable-lcms2 \
--enable-libarchive \
--enable-libass \
--enable-libbluray \
--enable-lua \
--enable-rubberband \