diff options
author | Marie Kowalczyk <marie.kowalczyk@vodalys.com> | 2014-09-12 10:54:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-16 22:13:52 +0100 |
commit | f8d38d5931378b8e095e946c94d96450ab53c6fd (patch) | |
tree | 6e1b3316cd4b1265c9fac8e3c1ea72f8d8c31652 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |
parent | 563ea5b3d9cf5fbf480564703f581ba5fb2f2fd6 (diff) | |
download | poky-f8d38d5931378b8e095e946c94d96450ab53c6fd.tar.gz |
gstreamer1.0-plugins-bad.inc: Add rtmp support in gstreamer.
RTMP feature depends on rtmpdump.
(From OE-Core rev: 8d3dc353c8857d27957c9db4ced8b2009f2e9b2a)
Signed-off-by: Marie Kowalczyk <marie.kowalczyk@vodalys.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index e1e13e1b5a..d8aa6eedcb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -50,6 +50,7 @@ PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4" | |||
50 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" | 50 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" |
51 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" | 51 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" |
52 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 52 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |
53 | PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" | ||
53 | 54 | ||
54 | # these plugins have not been ported to 1.0 (yet): | 55 | # these plugins have not been ported to 1.0 (yet): |
55 | # directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv | 56 | # directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv |
@@ -101,7 +102,6 @@ EXTRA_OECONF += " \ | |||
101 | --disable-pvr \ | 102 | --disable-pvr \ |
102 | --disable-quicktime \ | 103 | --disable-quicktime \ |
103 | --disable-resindvd \ | 104 | --disable-resindvd \ |
104 | --disable-rtmp \ | ||
105 | --disable-sdl \ | 105 | --disable-sdl \ |
106 | --disable-sdltest \ | 106 | --disable-sdltest \ |
107 | --disable-sndio \ | 107 | --disable-sndio \ |