diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2009-12-10 22:30:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-10 22:30:41 +0100 |
commit | a7e5804ab105e1227d2a051f43947c99d86d5d10 (patch) | |
tree | 544076e45f213341f82b85202884c5e91e839291 /package/multimedia/gst-plugins-bad/Config.in | |
parent | c198660d419f3fd5508b92ab87ab1b1f748f4502 (diff) |
Fix gst-plugins-bad dependency on openssl through the apexsink element
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-bad/Config.in')
-rw-r--r-- | package/multimedia/gst-plugins-bad/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in index 6c5e44895..180facfc1 100644 --- a/package/multimedia/gst-plugins-bad/Config.in +++ b/package/multimedia/gst-plugins-bad/Config.in @@ -24,6 +24,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX bool "asfmux" +config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK + bool "apexsink" + select BR2_PACKAGE_OPENSSL + config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT bool "autoconvert" |