mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "package/x265: bump version to 2.1"
This reverts commit 1ba7b6a4f12977aec994c4f38d5be38cfdb27846.
Adding -DCROSS_COMPILE_ARM=ON to _CONF_OPTS will not fix the build:
/home/buildroot/br2/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/gnu/stubs.h:7:29:
fatal error: gnu/stubs-soft.h: No such file or directory
because cross-compiling x265 is only supported for soft-float abi:
583fc74fc0/source/CMakeLists.txt (CMakeLists.txt-211)
Fixes
http://autobuild.buildroot.net/results/6ec/6ec75cc176e05bfc6287dc54fa1a53e0ffc0521d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
09ed94bd6d
commit
a92fdd337a
@ -1,2 +1,2 @@
|
|||||||
# Locally generated
|
# Locally generated
|
||||||
sha256 88fcb9af4ba52c0757ac9c0d8cd5ec79951a22905ae886897e06954353d6a643 x265_2.1.tar.gz
|
sha256 3e4654133ed957a98708fdb4cb9a154d9e80922b84e26e43fc462a101c5b15c8 x265_1.9.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
X265_VERSION = 2.1
|
X265_VERSION = 1.9
|
||||||
X265_SOURCE = x265_$(X265_VERSION).tar.gz
|
X265_SOURCE = x265_$(X265_VERSION).tar.gz
|
||||||
X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
|
X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
|
||||||
X265_LICENSE = GPLv2+
|
X265_LICENSE = GPLv2+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user