diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-03 16:17:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:37 +0100 |
commit | 4a291e3e14670234fc37ba1976eefd8141a800ba (patch) | |
tree | 12676a776d9bacd58e1455a0e78e3b3b418af46d /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |
parent | 2f88de553e92ff8be6dd702b4441ada7987c734a (diff) | |
download | poky-4a291e3e14670234fc37ba1976eefd8141a800ba.tar.gz |
gst-plugins-ugly: upgrade 1.12.4 -> 1.14.0
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/
* Remove PACKAGECONFIG for lame, mpg123 since those have moved to -good.
* Merge inc/bb since there's only one version now.
(From OE-Core rev: ad928dd4493947c40d733c5e0543fea2f166231d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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-plugins-ugly.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc deleted file mode 100644 index 60aa968c95..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | require gstreamer1.0-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" | ||
4 | LICENSE_FLAGS = "commercial" | ||
5 | |||
6 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" | ||
7 | |||
8 | inherit gettext | ||
9 | |||
10 | PACKAGECONFIG ??= " \ | ||
11 | ${GSTREAMER_ORC} \ | ||
12 | a52dec lame mpg123 mpeg2dec \ | ||
13 | " | ||
14 | |||
15 | PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52" | ||
16 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
17 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
18 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | ||
19 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | ||
20 | PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" | ||
21 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" | ||
22 | PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123" | ||
23 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | ||
24 | |||
25 | EXTRA_OECONF += " \ | ||
26 | --disable-sidplay \ | ||
27 | --disable-twolame \ | ||
28 | " | ||
29 | |||
30 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | ||
31 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||