summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
new file mode 100644
index 0000000000..4a54d1b537
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
@@ -0,0 +1,33 @@
1require gstreamer1.0-plugins.inc
2
3LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
4LICENSE_FLAGS = "commercial"
5
6DEPENDS += "gstreamer1.0-plugins-base libid3tag"
7
8PR = "r1"
9
10inherit gettext
11
12
13PACKAGECONFIG ??= " \
14 a52dec lame mad mpeg2dec \
15 "
16
17PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52"
18PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio"
19PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread"
20PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame"
21PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
22PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec"
23PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
24
25
26EXTRA_OECONF += " \
27 --disable-amrnb \
28 --disable-amrwb \
29 --disable-sidplay \
30 --disable-twolame \
31 ${GSTREAMER_1_0_ORC} \
32 "
33