diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | 11 |
1 files changed, 9 insertions, 2 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 index 7c3c59c0b0..c53a16e0e1 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | |||
@@ -1,13 +1,20 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | 2 | ||
3 | inherit gettext | 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" | ||
4 | 9 | ||
5 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 10 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
6 | 11 | ||
7 | PR = "r0" | 12 | PR = "r0" |
8 | 13 | ||
14 | inherit gettext | ||
15 | |||
9 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 16 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
10 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" | 17 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" |
11 | 18 | ||
12 | ARM_INSTRUCTION_SET = "arm" | 19 | ARM_INSTRUCTION_SET = "arm" |
13 | 20 | ||