update ffmpeg and mpv

This commit is contained in:
Connor Olding 2018-06-04 22:44:37 +02:00
parent 7c35a18e38
commit 864fcb680d
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 := be502ec
$(PKG)_CHECKSUM := 591a7224b1241c0de97b5e84300b19ba35496acaccc4cf86555057fed00629c5
$(PKG)_VERSION := 37abfe8
$(PKG)_CHECKSUM := 3b3c05f9b98484c7beac5266b8f1af180799bc7e584199f9d8a60a86cc8efd6f
$(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 := e3e2c79
$(PKG)_CHECKSUM := ec154bb8225a0d91b6e85711a67ce85dbadaa5577be609a6a282624a65b9830d
$(PKG)_VERSION := 8479449
$(PKG)_CHECKSUM := 123df258a356353da2a7d49214c95157be1fa4c67fbe3c284c72bbd35cf0d4bc
$(PKG)_GH_CONF := mpv-player/mpv/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \
@ -20,7 +20,6 @@ define $(PKG)_BUILD
--disable-manpage-build \
--enable-dvdnav \
--enable-dvdread \
--enable-encoding \
--enable-lcms2 \
--enable-libarchive \
--enable-libass \