mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #1049 from awiouy/emby_oc2
emby: enable x264 for aarch64
This commit is contained in:
commit
a9dd2dd469
@ -46,11 +46,6 @@ pre_configure_target() {
|
|||||||
FFMPEG_RPI_HADE="--enable-mmal --enable-omx-rpi"
|
FFMPEG_RPI_HADE="--enable-mmal --enable-omx-rpi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ffmpeg does not build with libx264 on aarch64
|
|
||||||
if [ "$TARGET_ARCH" != "aarch64" ]; then
|
|
||||||
FFMPEG_X264="--enable-libx264"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$TARGET_ARCH" == "arm" ]; then
|
if [ "$TARGET_ARCH" == "arm" ]; then
|
||||||
FFMPEG_ARM_AO="--enable-hardcoded-tables"
|
FFMPEG_ARM_AO="--enable-hardcoded-tables"
|
||||||
fi
|
fi
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="imagemagick"
|
PKG_NAME="imagemagick"
|
||||||
PKG_VERSION="6.9.6-6"
|
PKG_VERSION="6.9.6-7"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="http://www.imagemagick.org/script/license.php"
|
PKG_LICENSE="http://www.imagemagick.org/script/license.php"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
109
|
||||||
|
- Rebuilt ffmpgex and imagemagick
|
||||||
|
|
||||||
108
|
108
|
||||||
- Updated to version 3.0.8500
|
- Updated to version 3.0.8500
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="emby"
|
PKG_NAME="emby"
|
||||||
PKG_VERSION="3.0.8500"
|
PKG_VERSION="3.0.8500"
|
||||||
PKG_REV="108"
|
PKG_REV="109"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://emby.media"
|
PKG_SITE="http://emby.media"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user