x265: use correct package directive for extracting

This commit is contained in:
MilhouseVH 2018-07-16 23:29:47 +01:00
parent 6c438f9fb1
commit 3c466ae45a

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"