update ffmpeg and mpv

This commit is contained in:
Connor Olding 2020-07-08 06:51:29 +02:00
parent 551dec6451
commit b4cc80afd7
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 := 5a0575e
$(PKG)_CHECKSUM := 777767af6e3e36abc248cdedd15d841ad6aa239219eb8a1ad033afb7aea21455
$(PKG)_VERSION := 42b2856
$(PKG)_CHECKSUM := d0f0a6e0829d24562c70ad7ed89caff51d382f7cfc5fad587a040dadc007b52d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/$($(PKG)_FILE)
@ -42,7 +42,6 @@ define $(PKG)_BUILD
--enable-nonfree \
\
--extra-libs='-mconsole' \
--enable-avisynth \
--enable-gnutls \
--enable-libass \
--enable-libbluray \

View File

@ -3,8 +3,8 @@
PKG := mpv
$(PKG)_WEBSITE := https://mpv.io/
$(PKG)_IGNORE :=
$(PKG)_VERSION := c8e5a61
$(PKG)_CHECKSUM := 3f83397d942488be475052798b38bb08f707bfa57ed1fd87834bd834e6355853
$(PKG)_VERSION := 8fbc4b1
$(PKG)_CHECKSUM := 19d4b2d6149006b2e630ea6bbd3c5147db1ae8f9d3566b798ee2b5b937d6f2ef
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \