diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-11 11:25:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:19:02 +0000 |
commit | 112c10ac64ee986649d4a9bcfd0187a118fd421c (patch) | |
tree | c787ee0db445c7fc55ec9d0d38060f5d1ac6f250 /meta/recipes-multimedia | |
parent | 484b928531e93180b2a7c30657ad32218556646a (diff) | |
download | poky-112c10ac64ee986649d4a9bcfd0187a118fd421c.tar.gz |
gst-plugins-bad: add PACKAGECONFIG for the RTMP plugin
The RTMP plugin was non-deterministic, based on whether rtmpdump from
meta-multimedia had been built. Add a PACKAGECONFIG to resolve this.
(From OE-Core rev: b34147722b1ea43e960eae10c514325e40cdf0ba)
(From OE-Core rev: 00b62db6a53c1d47acbcae02ad1fe33aec5839e4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 1 |
1 files changed, 1 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 2ecdcf25ce..0f64871497 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 | |||
@@ -37,6 +37,7 @@ PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft" | |||
37 | PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger" | 37 | PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger" |
38 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" | 38 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" |
39 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" | 39 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" |
40 | PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" | ||
40 | 41 | ||
41 | ARM_INSTRUCTION_SET = "arm" | 42 | ARM_INSTRUCTION_SET = "arm" |
42 | 43 | ||