diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-12 10:44:15 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:24 -0800 |
commit | 4a0bc341867da24726f4814cf2f961945af7862e (patch) | |
tree | ca4ed4898065bc6ae2983129ff69dcf325ceb037 /meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb | |
parent | c6145ce0b4a0c88f78cb78c3cbebedfee9cc8826 (diff) | |
download | poky-4a0bc341867da24726f4814cf2f961945af7862e.tar.gz |
gst-plugins-bad: Upgraded to version 0.10.20
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb deleted file mode 100644 index 1a58668440..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
5 | file://gst/tta/filters.h;beginline=12;endline=29;md5=629b0c7a665d155a6677778f4460ec06 \ | ||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \ | ||
8 | file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c" | ||
9 | |||
10 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | ||
11 | |||
12 | PR = "r2" | ||
13 | |||
14 | inherit gettext | ||
15 | |||
16 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | ||
17 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" | ||
18 | |||
19 | ARM_INSTRUCTION_SET = "arm" | ||
20 | |||
21 | do_configure_prepend() { | ||
22 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
23 | rm ${S}/m4/lib-link.m4 || true | ||
24 | } | ||