mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
@@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 a3a304da9eb1d5e6b19102e3c4156e17a9e7142d6dc1336e1001ff214c986843 x264-72d53ab2ac7af24597a824e868f2ef363a22f5d4.tar.gz
|
sha256 986863122b0b3ac2c1fa27c6e3932c3490b84287335fa162bca020aa815aa695 x264-ba24899b0bf23345921da022f7a51e0c57dbe73d.tar.gz
|
||||||
|
@@ -4,18 +4,18 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
X264_VERSION = 72d53ab2ac7af24597a824e868f2ef363a22f5d4
|
X264_VERSION = ba24899b0bf23345921da022f7a51e0c57dbe73d
|
||||||
X264_SITE = http://sources.buildroot.net
|
X264_SITE = http://sources.buildroot.net
|
||||||
X264_LICENSE = GPLv2+
|
X264_LICENSE = GPL-2.0+
|
||||||
X264_DEPENDENCIES = host-pkgconf
|
X264_DEPENDENCIES = host-pkgconf
|
||||||
X264_LICENSE_FILES = COPYING
|
X264_LICENSE_FILES = COPYING
|
||||||
X264_INSTALL_STAGING = YES
|
X264_INSTALL_STAGING = YES
|
||||||
X264_CONF_OPTS = --disable-avs
|
X264_CONF_OPTS = --disable-avs --disable-lavf --disable-swscale
|
||||||
|
|
||||||
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
ifeq ($(BR2_i386)$(BR2_x86_64),y)
|
||||||
# yasm needed for assembly files
|
# nasm needed for assembly files
|
||||||
X264_DEPENDENCIES += host-yasm
|
X264_DEPENDENCIES += host-nasm
|
||||||
X264_CONF_ENV += AS="$(HOST_DIR)/usr/bin/yasm"
|
X264_CONF_ENV += AS="$(HOST_DIR)/bin/nasm"
|
||||||
else ifeq ($(BR2_ARM_CPU_ARMV7A)$(BR2_aarch64),y)
|
else ifeq ($(BR2_ARM_CPU_ARMV7A)$(BR2_aarch64),y)
|
||||||
# We need to pass gcc as AS, because the ARM assembly files have to be
|
# We need to pass gcc as AS, because the ARM assembly files have to be
|
||||||
# preprocessed
|
# preprocessed
|
||||||
@@ -36,6 +36,11 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
|
|||||||
X264_CONF_OPTS += --disable-thread
|
X264_CONF_OPTS += --disable-thread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Even though the configure script is not generated by autoconf, x264
|
||||||
|
# uses config.sub/config.guess, so we want up-to-date versions of
|
||||||
|
# them.
|
||||||
|
X264_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
||||||
|
|
||||||
# the configure script is not generated by autoconf
|
# the configure script is not generated by autoconf
|
||||||
define X264_CONFIGURE_CMDS
|
define X264_CONFIGURE_CMDS
|
||||||
(cd $(@D); $(TARGET_CONFIGURE_OPTS) $(X264_CONF_ENV) ./configure \
|
(cd $(@D); $(TARGET_CONFIGURE_OPTS) $(X264_CONF_ENV) ./configure \
|
||||||
|
Reference in New Issue
Block a user