ffmpeg: update to ffmpeg-d413620

This commit is contained in:
MilhouseVH 2017-12-01 05:12:59 +00:00
parent 1cccced62b
commit 4e9ee4e809
2 changed files with 2 additions and 16 deletions

View File

@ -18,8 +18,8 @@
PKG_NAME="ffmpeg"
# Current branch is: release/3.4-kodi
PKG_VERSION="d056a4c"
PKG_SHA256="c041ac2837473fdafbcbc2605d4104f7a3b9ba4d19e21a27487e3eb8581f7b6c"
PKG_VERSION="d413620"
PKG_SHA256="c02de2197f8b70544f018e83f48c1bed2a1b47e1a1aa34ef59d9167fb0d2090a"
PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org"

View File

@ -1,14 +0,0 @@
diff --git a/ffbuild/version.sh b/ffbuild/version.sh
index edc4dd3..d2b90a9 100755
--- a/ffbuild/version.sh
+++ b/ffbuild/version.sh
@@ -16,6 +16,9 @@ fi
test "$revision" || revision=$(cd "$1" &&
git log -1 --pretty=format:"git-%cd-%h" --date=short 2> /dev/null)
+# ignore any current revision, which is just that of the LibreELEC repository
+revision=
+
# Snapshots from gitweb are in a directory called ffmpeg-hhhhhhh or
# ffmpeg-HEAD-hhhhhhh.
if [ -z "$revision" ]; then