distribution/packages/multimedia/nv-codec-headers/package.mk

15 lines
508 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nv-codec-headers"
PKG_VERSION="12.0.16.0"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/FFmpeg/nv-codec-headers"
PKG_URL="https://github.com/FFmpeg/nv-codec-headers/archive/n${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="FFmpeg version of headers required to interface with Nvidias codec APIs."
makeinstall_target(){
make DESTDIR=${SYSROOT_PREFIX} PREFIX=/usr install
}