summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-05-03 16:17:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-11 07:49:37 +0100
commit4a291e3e14670234fc37ba1976eefd8141a800ba (patch)
tree12676a776d9bacd58e1455a0e78e3b3b418af46d /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
parent2f88de553e92ff8be6dd702b4441ada7987c734a (diff)
downloadpoky-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.inc31
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 @@
1require gstreamer1.0-plugins.inc
2
3LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
4LICENSE_FLAGS = "commercial"
5
6DEPENDS += "gstreamer1.0-plugins-base libid3tag"
7
8inherit gettext
9
10PACKAGECONFIG ??= " \
11 ${GSTREAMER_ORC} \
12 a52dec lame mpg123 mpeg2dec \
13"
14
15PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52"
16PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr"
17PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr"
18PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio"
19PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread"
20PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame"
21PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec"
22PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
23PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
24
25EXTRA_OECONF += " \
26 --disable-sidplay \
27 --disable-twolame \
28"
29
30FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
31FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"