Files
meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e5500.patch
Alexander Kanavin fa01c2614a gstreamear: rename directory to gstreamer-0.10
* gst-plugins-gl: fix the path to a required include
* so that it's clear that the recipes it contains are specific to the
  obsolete, unmaintained version of gstreamer.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
2015-05-28 10:35:13 +02:00

20 lines
544 B
Diff

libav: Add configs for ppc e5500
Upstream-Status: Pending
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
--- gst-ffmpeg-0.10.13/gst-libs/ext/libav/configure 2013-06-20 05:18:36.073104964 -0400
+++ gst-ffmpeg-0.10.13/gst-libs/ext/libav/configure 2013-06-20 05:18:38.269104150 -0400
@@ -2222,6 +2222,10 @@
cpuflags="-mcpu=8540 -mhard-float"
disable altivec
;;
+ e5500)
+ cpuflags="-mcpu=e5500 -mhard-float"
+ disable altivec
+ ;;
esac
elif enabled x86; then