0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-15 05:09:55 +00:00
GavinDarkglider f6f6a2a455
Fix recording/streaming in Lakka 4.x builds Few other minor fixes..... (#1617)
* Add Xvideo Extension Support

* Fix moonlight dependencies

* Fix retroarch recording/streaming.

* Fix melonds for tegra210 builds
2022-03-03 22:02:36 +01:00

16 lines
618 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libx264"
PKG_VERSION="6d10612ab0007f8f60dd2399182efd696da3ffe4"
PKG_LICENSE="Videolan(?)"
PKG_SITE="https://code.videolan.org/videolan/x264"
PKG_URL="${PKG_SITE}".git
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Software based x264 decoder/encoder"
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET="--cross-prefix=${TARGET_PREFIX} \
--sysroot=${SYSROOT_PREFIX} \
--disable-asm"