diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2015-10-24 21:50:29 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-25 22:30:34 +0100 |
commit | d9d1d56426edebec8c751ddc8a5dfbc7dee58f9c (patch) | |
tree | 672c477062cae2db10264adf013a7bef1184666d /package/gstreamer1/gst1-plugins-bad/Config.in | |
parent | b261a01323352f6b6b19dffff5ee336be581de86 (diff) | |
download | buildroot-d9d1d56426edebec8c751ddc8a5dfbc7dee58f9c.tar.gz buildroot-d9d1d56426edebec8c751ddc8a5dfbc7dee58f9c.zip |
gst1-plugins-bad: add x265 plugin
Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-bad/Config.in')
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index a28243b8f3..26a963eb13 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -635,7 +635,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265 bool "x265" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_X265 help - x265 plugin + x265 encoding plugin + +comment "x265 needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP endif |