]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-ffmpeg: powerpc build errors
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 21 Oct 2010 04:37:54 +0000 (00:37 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 21 Oct 2010 12:52:01 +0000 (13:52 +0100)
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>
meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb

index 65d60f9cea6b98958f8c540569ba9321efe199d1..9bd371e4d60ec5cd5246d5ba3c89fe2706f23161 100644 (file)
@@ -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..