commit 18c0e7e81ed90f6940a7349be40fed18ac093b36
parent de80f3f1f519ce45cdeadf675082ada285311323
Author: Ted Hess <thess@kitschensync.net>
Date: Fri, 11 Nov 2016 13:55:23 -0500
gst1-libav: Fix builds on x86_64 (CPU_TYPE is blank)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/multimedia/gst1-libav/Makefile b/multimedia/gst1-libav/Makefile
@@ -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 \