mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 03:16:19 +00:00
47c07c60ba
* Latest 4.3 changes poorly merged * Build fixes * Squash? * Fix ppsspp on switch * Fix video recording, add base stuff for nvv4l2 decoder/encoder, but leave disabled for now * Clean up left over files * Switch: Dont build xpadneo driver, but install configs * FFMpeg: Add back L4T decoder Patches
20 lines
971 B
Makefile
20 lines
971 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="media-driver"
|
|
PKG_VERSION="23.2.2"
|
|
PKG_SHA256="37ade2e150483b2720969e2b52270fb2b2d80754a3f32631f72aad41be29d8b5"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://01.org/linuxmedia"
|
|
PKG_URL="https://github.com/intel/media-driver/archive/intel-media-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libva libdrm gmmlib"
|
|
PKG_LONGDESC="media-driver: The Intel(R) Media Driver for VAAPI is a new VA-API (Video Acceleration API) user mode driver supporting hardware accelerated decoding, encoding, and video post processing for GEN based graphics hardware."
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DBUILD_CMRTLIB=OFF \
|
|
-DBUILD_KERNELS=ON \
|
|
-DBUILD_TYPE=release \
|
|
-DENABLE_NONFREE_KERNELS=ON \
|
|
-DMEDIA_BUILD_FATAL_WARNINGS=ON \
|
|
-DMEDIA_RUN_TEST_SUITE=OFF"
|