diff options
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 | } | ||