ffmpeg: Build without altivec on powerpc hfp platforms
authorTed Hess <thess@kitschensync.net>
Tue, 11 Oct 2016 17:38:59 +0000 (13:38 -0400)
committerTed Hess <thess@kitschensync.net>
Tue, 11 Oct 2016 17:39:41 +0000 (13:39 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
multimedia/ffmpeg/Makefile

index cf9514d6a37c4147e212e66b885f8097674e4f4d..a982ea7600cd23c090ec0a68ce13fb9fda65f2e9 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ffmpeg
 PKG_VERSION:=2.8.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://ffmpeg.org/releases/
@@ -407,7 +407,9 @@ FFMPEG_CONFIGURE += \
 else ifneq ($(findstring arm,$(CONFIG_ARCH)),)
 FFMPEG_CONFIGURE += \
        --disable-runtime-cpudetect
-
+else ifneq ($(findstring powerpc,$(CONFIG_ARCH)),)
+FFMPEG_CONFIGURE += \
+       --disable-altivec
 endif
 
 ifneq ($(CONFIG_YASM),y)