diff options
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.bb | 8 |
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 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | 2 | ||
3 | inherit gettext | 3 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" |
4 | LIC_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 | ||
5 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 9 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
6 | PR = "r0" | 10 | PR = "r0" |
7 | 11 | ||
12 | inherit gettext | ||
13 | |||
8 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" | 14 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" |
9 | 15 | ||
10 | do_configure_prepend() { | 16 | do_configure_prepend() { |