diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-05-26 17:13:13 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 10:35:13 +0200 |
| commit | fa01c2614a4e58937cd73d0f5d8b17df935bc5b5 (patch) | |
| tree | f7396d3f5a6031632de8290d4006041ee2e59630 /meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch | |
| parent | 175406cdca39bf5b218bb4127a3e9c9bd11b653f (diff) | |
| download | meta-openembedded-fa01c2614a4e58937cd73d0f5d8b17df935bc5b5.tar.gz | |
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch new file mode 100644 index 0000000000..eba4988031 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-ffmpeg-0.10.13/libav_e500mc.patch | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | diff --git a/gst-libs/ext/libav/configure b/gst-libs/ext/libav/configure | ||
| 2 | index 8473069..4f74952 100755 | ||
| 3 | --- a/gst-libs/ext/libav/configure | ||
| 4 | +++ b/gst-libs/ext/libav/configure | ||
| 5 | Fix gst-ffmpeg build issues for libav on e500mc (fsl-p4080) | ||
| 6 | |||
| 7 | Upstream-Status: Backport | ||
| 8 | |||
| 9 | Signed-off-by: Yao Zhao <yao.zhao@windriver.com> | ||
| 10 | |||
| 11 | @@ -2210,6 +2210,10 @@ elif enabled ppc; then | ||
| 12 | cpuflags="-mcpu=cell" | ||
| 13 | enable ldbrx | ||
| 14 | ;; | ||
| 15 | + e500mc) | ||
| 16 | + cpuflags="-mcpu=e500mc" | ||
| 17 | + disable altivec | ||
| 18 | + ;; | ||
| 19 | e500v2) | ||
| 20 | cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double" | ||
| 21 | disable altivec | ||
