mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libx264: fix build on soft-float targets
--disable-asm isn't enough to disable building assembly code on ARM. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -38,15 +38,17 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_SOFT_FLOAT),)
|
||||||
|
CONFIGURE_VARS+= AS=
|
||||||
|
MAKE_FLAGS+= AS=
|
||||||
|
CONFIGURE_ARGS += --disable-asm
|
||||||
|
endif
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-pic \
|
--enable-pic \
|
||||||
--disable-cli
|
--disable-cli
|
||||||
|
|
||||||
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
|
||||||
CONFIGURE_ARGS += --disable-asm
|
|
||||||
endif
|
|
||||||
|
|
||||||
define Package/libx264
|
define Package/libx264
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user