diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-05-11 08:48:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 13:15:11 +0100 |
commit | 2f5d519593da031beb9c0c6fc86c78eb653d0051 (patch) | |
tree | 69fd45c9ef2ad0f915680062f5d9459404f1d92d /meta/recipes-multimedia/gstreamer | |
parent | bc391938c46674cfddadac670b6be27ffb35641a (diff) | |
download | poky-2f5d519593da031beb9c0c6fc86c78eb653d0051.tar.gz |
gst-plugins-bad: add PACKAGECONFIG for schro, dc1394 and faac
* resolve following issues from test-dependencies issues:
gst-plugins-bad/gst-plugins-bad-meta/latest lost dependency on
gst-plugins-bad-dc1394 gst-plugins-bad-faac gst-plugins-bad-schro
Found errors:
gst-plugins-bad/gst-plugins-bad-dc1394/latest doesn't exist
gst-plugins-bad/gst-plugins-bad-dc1394-dev/latest doesn't exist
gst-plugins-bad/gst-plugins-bad-faac/latest doesn't exist
gst-plugins-bad/gst-plugins-bad-faac-dev/latest doesn't exist
gst-plugins-bad/gst-plugins-bad-schro/latest doesn't exist
gst-plugins-bad/gst-plugins-bad-schro-dev/latest doesn't exist
(From OE-Core rev: 6e12dcd3a98417099f961eb9574d0d6f261afa42)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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 | 3 |
1 files changed, 3 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 a26acefb25..2ecdcf25ce 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 | |||
@@ -34,6 +34,9 @@ PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" | |||
34 | PACKAGECONFIG[vp8] = "--enable-vp8,--disable-vp8,libvpx" | 34 | PACKAGECONFIG[vp8] = "--enable-vp8,--disable-vp8,libvpx" |
35 | PACKAGECONFIG[ass] = "--enable-assrender,--disable-assrender,libass" | 35 | PACKAGECONFIG[ass] = "--enable-assrender,--disable-assrender,libass" |
36 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" | 36 | PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" |
37 | PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger" | ||
38 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" | ||
39 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" | ||
37 | 40 | ||
38 | ARM_INSTRUCTION_SET = "arm" | 41 | ARM_INSTRUCTION_SET = "arm" |
39 | 42 | ||