[oe-commits] Ross Burton : gst-plugins-bad: add PACKAGECONFIG for the RTMP plugin

git at git.openembedded.org git at git.openembedded.org
Fri Dec 19 18:09:03 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: b34147722b1ea43e960eae10c514325e40cdf0ba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b34147722b1ea43e960eae10c514325e40cdf0ba

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Dec 11 11:25:46 2014 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 1 +
 1 file changed, 1 insertion(+)

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 2ecdcf2..0f64871 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"
 PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger"
 PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
 PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac"
+PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
 
 ARM_INSTRUCTION_SET = "arm"
 



More information about the Openembedded-commits mailing list