diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 17:32:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:05 +0100 |
commit | ce17978c907bee470f215761292b445409a39840 (patch) | |
tree | 8f57c01080c0eb34de6fc7a20d940971cc95f59a /meta/recipes-multimedia/gstreamer | |
parent | 5c4513daf653b632096176f4af21706c66e716cc (diff) | |
download | poky-ce17978c907bee470f215761292b445409a39840.tar.gz |
gst-plugins-bad: add few more PACKAGECONFIGs
(From OE-Core rev: cdf6172830bf052ca3a53d439f05ee40574e3968)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb index 7e80ce4e3a..dceb12cf2a 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |||
@@ -24,6 +24,16 @@ PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | |||
24 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg," | 24 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg," |
25 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 25 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
26 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" | 26 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" |
27 | PACKAGECONFIG[mms] = "--enable-libmms,--disable-libmms,libmms" | ||
28 | PACKAGECONFIG[cog] = "--enable-cog,--disable-cog,libpng" | ||
29 | PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2" | ||
30 | PACKAGECONFIG[jp2k] = "--enable-jp2k,--disable-jp2k,jasper" | ||
31 | PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug" | ||
32 | PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" | ||
33 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" | ||
34 | PACKAGECONFIG[vp8] = "--enable-vp8,--disable-vp8,libvpx" | ||
35 | PACKAGECONFIG[ass] = "--enable-assrender,--disable-assrender,libass" | ||
36 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" | ||
27 | 37 | ||
28 | ARM_INSTRUCTION_SET = "arm" | 38 | ARM_INSTRUCTION_SET = "arm" |
29 | 39 | ||