diff options
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb new file mode 100644 index 0000000000..7c3c59c0b0 --- /dev/null +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | inherit gettext | ||
4 | |||
5 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | ||
10 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" | ||
11 | |||
12 | ARM_INSTRUCTION_SET = "arm" | ||
13 | |||
14 | do_configure_prepend() { | ||
15 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
16 | rm ${S}/m4/lib-link.m4 || true | ||
17 | } | ||