From 70c77123084d6ef579dae0efde1c1b454827e597 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 21 Oct 2010 00:37:54 -0400 Subject: gst-ffmpeg: powerpc build errors 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 --- meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb index 65d60f9cea..9bd371e4d6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \ --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.. -- cgit 1.2.3-korg