Fixes [BUGID #501]
While building the poky-image-sato target, gst-ffmpeg failed when
it attempted to run altivec tests on the host. We can live without
this optimization, so the easiest fix is to simply disable it.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
--disable-vorbis --disable-vorbistest --disable-encoders \
--disable-v4l --disable-audio-oss --disable-dv1394 \
--disable-vhook --disable-ffmpeg --disable-ffserver \
- --enable-pp --disable-decoder-vorbis --with-pic=no"
+ --enable-pp --disable-decoder-vorbis --with-pic=no --disable-altivec"
# We do this because the install program is called with -s which causes it to
# call "strip" and it then mangles cross compiled stuff..