mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
* 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>
22 lines
639 B
Diff
22 lines
639 B
Diff
diff --git a/gst-libs/ext/libav/configure b/gst-libs/ext/libav/configure
|
|
index 8473069..4f74952 100755
|
|
--- a/gst-libs/ext/libav/configure
|
|
+++ b/gst-libs/ext/libav/configure
|
|
Fix gst-ffmpeg build issues for libav on e500mc (fsl-p4080)
|
|
|
|
Upstream-Status: Backport
|
|
|
|
Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
|
|
|
|
@@ -2210,6 +2210,10 @@ elif enabled ppc; then
|
|
cpuflags="-mcpu=cell"
|
|
enable ldbrx
|
|
;;
|
|
+ e500mc)
|
|
+ cpuflags="-mcpu=e500mc"
|
|
+ disable altivec
|
|
+ ;;
|
|
e500v2)
|
|
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
|
disable altivec
|