mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3210 from dangowrt/fix-x264-build
libx264: Fix x264 build (asm)
This commit is contained in:
@@ -38,20 +38,22 @@ 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
|
||||||
TITLE:=H264/AVC free codec library.
|
TITLE:=H264/AVC free codec library.
|
||||||
DEPENDS:=@BUILD_PATENTED
|
DEPENDS:=@BUILD_PATENTED @!powerpc||BROKEN
|
||||||
URL:=http://www.videolan.org/developers/x264.html
|
URL:=http://www.videolan.org/developers/x264.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user