diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2015-05-18 16:58:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-20 21:40:13 +0100 |
commit | fe44ac167a2a76531af3519f3889fce92024567b (patch) | |
tree | 075399157fcdf42bcb2772aa4e09ff177eb04ab7 /meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch | |
parent | cae5c340e4c7af00a181d11346120b550ba83175 (diff) | |
download | openembedded-core-fe44ac167a2a76531af3519f3889fce92024567b.tar.gz openembedded-core-fe44ac167a2a76531af3519f3889fce92024567b.tar.bz2 openembedded-core-fe44ac167a2a76531af3519f3889fce92024567b.zip |
gstreamer: remove 0.10 recipes
gstreamer 0.10 is still available from meta-openembedded/meta-multimedia
See also
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294
http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104276.html
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch b/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch deleted file mode 100644 index d9ea2c29e0..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav_e5500.patch +++ /dev/null @@ -1,19 +0,0 @@ -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 |