Merge pull request #1049 from awiouy/emby_oc2

emby: enable x264 for aarch64
This commit is contained in:
Christian Hewitt 2016-12-09 21:23:54 +04:00 committed by GitHub
commit a9dd2dd469
4 changed files with 5 additions and 7 deletions

View File

@ -46,11 +46,6 @@ pre_configure_target() {
FFMPEG_RPI_HADE="--enable-mmal --enable-omx-rpi"
fi
# ffmpeg does not build with libx264 on aarch64
if [ "$TARGET_ARCH" != "aarch64" ]; then
FFMPEG_X264="--enable-libx264"
fi
if [ "$TARGET_ARCH" == "arm" ]; then
FFMPEG_ARM_AO="--enable-hardcoded-tables"
fi

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="imagemagick"
PKG_VERSION="6.9.6-6"
PKG_VERSION="6.9.6-7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="http://www.imagemagick.org/script/license.php"

View File

@ -1,3 +1,6 @@
109
- Rebuilt ffmpgex and imagemagick
108
- Updated to version 3.0.8500

View File

@ -18,7 +18,7 @@
PKG_NAME="emby"
PKG_VERSION="3.0.8500"
PKG_REV="108"
PKG_REV="109"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://emby.media"