mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/x264: bump version to 20181002-2245
Switch to upstream provided tarball of the git repo. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2907424134
commit
32596aec4f
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 0c43680b516f76fe3b9ecbe0efc7c2a763987213051c16c248f506851aebe6c7 x264-303c484ec828ed0d8bfe743500e70314d026c3bd.tar.gz
|
||||
sha256 94a67986dcb2c659752df767e81fd59a494fb7fb5c9d4fc8aff4f004353a42df x264-snapshot-20181002-2245.tar.bz2
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
|
@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
X264_VERSION = 303c484ec828ed0d8bfe743500e70314d026c3bd
|
||||
X264_SITE = git://git.videolan.org/x264.git
|
||||
X264_VERSION = 20181002-2245
|
||||
X264_SITE = http://download.videolan.org/x264/snapshots
|
||||
X264_SOURCE = x264-snapshot-$(X264_VERSION).tar.bz2
|
||||
X264_LICENSE = GPL-2.0+
|
||||
X264_DEPENDENCIES = host-pkgconf
|
||||
X264_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user