ffmpeg-tools: update to ffmpeg 4.0

This commit is contained in:
CvH 2018-05-23 21:58:01 +02:00
parent cf44a7a9ae
commit f38b3fcdf1
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
101
- Update to FFmpeg 4.0
- Added AV1 codec
100 100
- Initial release - Initial release

View File

@ -18,7 +18,7 @@
PKG_NAME="ffmpeg-tools" PKG_NAME="ffmpeg-tools"
PKG_VERSION="1.0" PKG_VERSION="1.0"
PKG_REV="100" PKG_REV="101"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"