update ffmpeg and mpv
This commit is contained in:
parent
b2e635e2c2
commit
bedcea9aa2
2 changed files with 4 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
PKG := ffmpeg
|
||||
$(PKG)_WEBSITE := https://ffmpeg.org/
|
||||
$(PKG)_IGNORE :=
|
||||
$(PKG)_VERSION := e317c25
|
||||
$(PKG)_CHECKSUM := 5f5e4428c44890998a064f31b89dd2f739a22038f92695717fba3f65e21f65d1
|
||||
$(PKG)_VERSION := 5a9560d
|
||||
$(PKG)_CHECKSUM := f6405af92cf382e683740ffaa8953a6923ed3b7fd9731ed605be0ae9bbdd3c7c
|
||||
$(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 := 639ee55
|
||||
$(PKG)_CHECKSUM := 0467d10043b8b95bfdf70afe4e90f998258219e2391f40b1c0dd0c7be1723aa4
|
||||
$(PKG)_VERSION := a416b3f
|
||||
$(PKG)_CHECKSUM := df2294c1c6c62d0dc7777fb30e2de257195464950ceb50572e25bc2bb45e1002
|
||||
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
|
||||
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
|
||||
libarchive libass libdvdnav libdvdread libiconv \
|
||||
|
@ -19,7 +19,6 @@ define $(PKG)_BUILD
|
|||
--disable-static-build --enable-libmpv-shared ) \
|
||||
--disable-manpage-build \
|
||||
--enable-dvdnav \
|
||||
--enable-dvdread \
|
||||
--enable-lcms2 \
|
||||
--enable-libarchive \
|
||||
--enable-libass \
|
||||
|
|
Loading…
Reference in a new issue