]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-bad: add PACKAGECONFIG for the RTMP plugin
authorRoss Burton <ross.burton@intel.com>
Thu, 11 Dec 2014 11:25:46 +0000 (11:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:46 +0000 (10:17 +0000)
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)

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>
meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb

index 2ecdcf25cef385f2e67242c7c90cedffb7ab6a85..0f64871497c864914608f83120e919ba334cf4fe 100644 (file)
@@ -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"