diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-11-05 17:20:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:35 +0000 |
commit | 2459ec2b3166d466e4e8d501731614291eb67633 (patch) | |
tree | 12c7901a4680a6e6e5be8d222660380e4a762f50 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav | |
parent | bce06e751a4ab7ca9a90bfab41643a4a446d0e99 (diff) | |
download | poky-2459ec2b3166d466e4e8d501731614291eb67633.tar.gz |
gstreamer1.0-libav: upgrade to version 1.6.1
The lgpl PACKAGECONFIG is replaced by a gpl one,
since the LGPL build is the default now. There is no
--enable-lgpl switch anymore, it got replaced by
--enable-gpl.
(From OE-Core rev: ef620928b5caadae939e2759b1c3933084ad9ebb)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch index ccadea4d5c..36abf8607e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch | |||
@@ -22,5 +22,5 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | |||
22 | + ( (unsigned char*)(h->non_zero_count[mb_xy]) ) [i] = 16; | 22 | + ( (unsigned char*)(h->non_zero_count[mb_xy]) ) [i] = 16; |
23 | + } | 23 | + } |
24 | h->cur_pic.mb_type[mb_xy] = mb_type; | 24 | h->cur_pic.mb_type[mb_xy] = mb_type; |
25 | h->last_qscale_diff = 0; | 25 | sl->last_qscale_diff = 0; |
26 | return 0; | 26 | return 0; |