diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-11-05 09:32:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:35 +0000 |
commit | bce06e751a4ab7ca9a90bfab41643a4a446d0e99 (patch) | |
tree | 517bece5c08b029e82fca69a7dd648d7e31cf368 /meta/recipes-multimedia | |
parent | 0ec3c62b4291631c0a5856cbbb141381ad872091 (diff) | |
download | poky-bce06e751a4ab7ca9a90bfab41643a4a446d0e99.tar.gz |
gstreamer1.0-plugins-ugly: upgrade to version 1.6.1
(From OE-Core rev: dac60a424e30b1a24ec3767a84f49eb8ffbadf48)
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 6 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb) | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc index 63ba316328..eb49e2220e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |||
@@ -19,12 +19,14 @@ PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" | |||
19 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 19 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
20 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" | 20 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" |
21 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | 21 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" |
22 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
23 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
22 | 24 | ||
23 | 25 | ||
24 | EXTRA_OECONF += " \ | 26 | EXTRA_OECONF += " \ |
25 | --disable-amrnb \ | ||
26 | --disable-amrwb \ | ||
27 | --disable-sidplay \ | 27 | --disable-sidplay \ |
28 | --disable-twolame \ | 28 | --disable-twolame \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||
32 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb index 25cb28c060..635a0a01cc 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.6.1.bb | |||
@@ -3,8 +3,8 @@ include gstreamer1.0-plugins-ugly.inc | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 " | 4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 " |
5 | 5 | ||
6 | SRC_URI[md5sum] = "6954beed7bb9a93e426dee543ff46393" | 6 | SRC_URI[md5sum] = "2c20faa2406afb840699e97e913d8fb4" |
7 | SRC_URI[sha256sum] = "5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067" | 7 | SRC_URI[sha256sum] = "0cc3f90e4322efe1f774272e8fe5c185be37cf7999cd5ca7e0e0607e03d56a57" |
8 | 8 | ||
9 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 9 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
10 | 10 | ||