Merge pull request #2835 from MilhouseVH/le90_fix_videolan_fixup

x265: use correct package directive for extracting
This commit is contained in:
Lukas Rusak 2018-07-16 15:48:31 -07:00 committed by GitHub
commit 873d2c9397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://www.videolan.org/developers/x265.html"
PKG_URL="http://download.videolan.org/pub/videolan/$PKG_NAME/${PKG_NAME}_${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME=${PKG_NAME}_${PKG_VERSION}
PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="multimedia"
PKG_LONGDESC="x265 is a H.265/HEVC video encoder application library"