diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-03 13:47:50 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-03 13:47:50 +0000 |
commit | 450c47d017976ba2b0a38d6454c11b7751d337be (patch) | |
tree | 223e7d5e0bc0d71070800557e35e30d8cd408984 /meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb | |
parent | ad77fb02b05687265e7167a7375b8fc8334c09d3 (diff) | |
download | poky-450c47d017976ba2b0a38d6454c11b7751d337be.tar.gz |
gst-plugins-bad: upgrade to 0.10.8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5014 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb new file mode 100644 index 0000000000..78192dfa0b --- /dev/null +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require gst-plugins.inc | ||
2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | ||
3 | |||
4 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | ||
5 | --with-plugins=musicbrainz,wavpack,ivorbis" | ||
6 | |||
7 | ARM_INSTRUCTION_SET = "arm" | ||
8 | |||
9 | do_configure_prepend() { | ||
10 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
11 | rm ${S}/m4/lib-link.m4 || true | ||
12 | } | ||