summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-05-22 09:28:39 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-22 21:43:26 +0200
commit3d91c076ca193ae4cb2052b7bba8a527f8deb7b7 (patch)
tree3fa70c5a5bca87cc2e51c58eade0e1c03b143c8a
parented514e4736377a9179890d95d43787cb2f886541 (diff)
downloadbuildroot-3d91c076ca193ae4cb2052b7bba8a527f8deb7b7.tar.gz
buildroot-3d91c076ca193ae4cb2052b7bba8a527f8deb7b7.zip
package/gstreamer1/gst1-libav: not available on nios2
ffmpeg is not available on nios2, this limitation was not reverse- propagated to this package. Fixes http://autobuild.buildroot.net/results/267/2674395c1d804df68e7e4bc9bba1d6b7fc6d2dce/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gstreamer1/gst1-libav/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-libav/Config.in b/package/gstreamer1/gst1-libav/Config.in
index b4b7aa7361..8c3c834968 100644
--- a/package/gstreamer1/gst1-libav/Config.in
+++ b/package/gstreamer1/gst1-libav/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_GST1_LIBAV
bool "gst1-libav"
+ depends on !BR2_nios2 # ffmpeg
select BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE
select BR2_PACKAGE_GST1_PLUGINS_BASE
OpenPOWER on IntegriCloud