gst1-libav: Fix builds on x86_64 (CPU_TYPE is blank)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
de80f3f1f5
commit
18c0e7e81e
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gst1-libav
|
||||
PKG_VERSION:=1.8.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||
Ted Hess <thess@kitschensync.net>
|
||||
|
@ -146,7 +146,8 @@ LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOC
|
|||
|
||||
CONFIGURE_ARGS += \
|
||||
--without-system-libav \
|
||||
--with-libav-extra-configure="--target-os=linux --cpu=$(CONFIG_CPU_TYPE) \
|
||||
--with-libav-extra-configure="--target-os=linux \
|
||||
$(if $(findstring " ",$(CONFIG_CPU_TYPE)),,--cpu=$(CONFIG_CPU_TYPE)) \
|
||||
--disable-bsfs \
|
||||
--disable-programs \
|
||||
--disable-devices \
|
||||
|
|
Loading…
Reference in a new issue