Compare commits

..

No commits in common. "8647c0de819675b1b841e6f3a4e440bbd25dbb10" and "39eb038a06ee188d6d97e5343d0dc03575b41393" have entirely different histories.

2 changed files with 6 additions and 5 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_WEBSITE := https://ffmpeg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := fda5363
$(PKG)_CHECKSUM := b865e99aac5c024189f07c0b9798d85cf38361284ffe8bf3dd50ccc6c97d8bef
$(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)

View File

@ -3,8 +3,8 @@
PKG := mpv
$(PKG)_WEBSITE := https://mpv.io/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 49f5c9b
$(PKG)_CHECKSUM := c2f01d4a9218a97d3e69768d9856991e194d351c9f97e221801517dd3f061d2a
$(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 \
@ -24,5 +24,6 @@ define $(PKG)_BUILD
--enable-libbluray \
--enable-lua \
--enable-rubberband \
--enable-sdl2
--enable-sdl2 \
--enable-static-build
endef