diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-21 00:37:54 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 13:52:01 +0100 |
commit | 70c77123084d6ef579dae0efde1c1b454827e597 (patch) | |
tree | 5671f01b7b4164e0bd957971a5886591d49248f9 /meta/recipes-multimedia/gstreamer | |
parent | 8aa0c8c6cf6df2b07b44be0d0f5c3db45f6aa35a (diff) | |
download | poky-70c77123084d6ef579dae0efde1c1b454827e597.tar.gz |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
20 | --disable-vorbis --disable-vorbistest --disable-encoders \ | 20 | --disable-vorbis --disable-vorbistest --disable-encoders \ |
21 | --disable-v4l --disable-audio-oss --disable-dv1394 \ | 21 | --disable-v4l --disable-audio-oss --disable-dv1394 \ |
22 | --disable-vhook --disable-ffmpeg --disable-ffserver \ | 22 | --disable-vhook --disable-ffmpeg --disable-ffserver \ |
23 | --enable-pp --disable-decoder-vorbis --with-pic=no" | 23 | --enable-pp --disable-decoder-vorbis --with-pic=no --disable-altivec" |
24 | 24 | ||
25 | # We do this because the install program is called with -s which causes it to | 25 | # We do this because the install program is called with -s which causes it to |
26 | # call "strip" and it then mangles cross compiled stuff.. | 26 | # call "strip" and it then mangles cross compiled stuff.. |