diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-11-03 06:58:40 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-07 21:50:38 +0100 |
commit | 3295a5ef4d41f91fbe9d8d2e690768c8056f3fd4 (patch) | |
tree | 4d607f5e42131d23590bde4fd61d4eb376902ee1 /package/gstreamer1/gst1-plugins-bad/Config.in | |
parent | de45145d99ee3b4ffafd6632623262faafcb6fb9 (diff) | |
download | buildroot-3295a5ef4d41f91fbe9d8d2e690768c8056f3fd4.tar.gz buildroot-3295a5ef4d41f91fbe9d8d2e690768c8056f3fd4.zip |
gst1-plugins-bad: add srtp support
It's not new for 1.10.0 but hasn't been enabled when libsrtp was added
to buildroot.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-bad/Config.in')
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 40bb2834e4..16c0b7e3f2 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -665,6 +665,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SNDFILE bool "sndfile" select BR2_PACKAGE_LIBSNDFILE +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP + bool "srtp" + select BR2_PACKAGE_LIBSRTP + config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD bool "vcd" |