summaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg/ffmpeg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ffmpeg/ffmpeg.inc')
-rw-r--r--recipes/ffmpeg/ffmpeg.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc
index be67e61250..4352339119 100644
--- a/recipes/ffmpeg/ffmpeg.inc
+++ b/recipes/ffmpeg/ffmpeg.inc
@@ -32,6 +32,8 @@ EXTRA_OECONF = "\
\
"
+EXTRA_OECONF_append_powerpc += "--${@['disable-altivec','enable-altivec'][bb.data.getVar('BASE_PACKAGE_ARCH',d,1) in ['ppce600']]}"
+
FFMPEG_LIBS = "libavcodec libavdevice libavformat \
libavutil libpostproc libswscale libavfilter"