summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
index 46966c2869..7dda685002 100644
--- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
+++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
@@ -1,10 +1,16 @@
1require gst-plugins.inc 1require gst-plugins.inc
2 2
3inherit gettext 3LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
5 file://gst/synaesthesia/synaescope.h;beginline=1;endline=20;md5=99f301df7b80490c6ff8305fcc712838 \
6 file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 \
7 file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9"
4 8
5DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" 9DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
6PR = "r0" 10PR = "r0"
7 11
12inherit gettext
13
8EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" 14EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
9 15
10do_configure_prepend() { 16do_configure_prepend() {