mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg-tools: bump to 111
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
bdac6c810f
commit
e2c8b804f6
@ -1,3 +1,7 @@
|
||||
111
|
||||
- Update FFmpeg to 4.2.4
|
||||
- Update gnutls to 3.6.14
|
||||
|
||||
110
|
||||
- Update gnutls to 3.6.13
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="ffmpeg-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="110"
|
||||
PKG_REV="111"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -25,6 +25,6 @@ addon() {
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib
|
||||
cp -PL $(get_build_dir gmp)/.install_pkg/usr/lib/libgmp.so.10 \
|
||||
$(get_build_dir gnutls)/.INSTALL_PKG/usr/lib/libgnutls.so.30 \
|
||||
$(get_build_dir nettle)/.install_pkg/usr/lib/{libhogweed.so.4,libnettle.so.6} \
|
||||
$(get_build_dir nettle)/.install_pkg/usr/lib/{libhogweed.so.6,libnettle.so.8} \
|
||||
$ADDON_BUILD/$PKG_ADDON_ID/lib
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user