summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1/gst1-plugins-bad/Config.in
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2015-10-24 21:50:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-10-25 22:30:34 +0100
commitd9d1d56426edebec8c751ddc8a5dfbc7dee58f9c (patch)
tree672c477062cae2db10264adf013a7bef1184666d /package/gstreamer1/gst1-plugins-bad/Config.in
parentb261a01323352f6b6b19dffff5ee336be581de86 (diff)
downloadbuildroot-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.in7
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
OpenPOWER on IntegriCloud