package/gstreamer1/gst1-libav: not available on nios2
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 22 May 2016 07:28:39 +0000 (09:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 May 2016 19:43:26 +0000 (21:43 +0200)
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>
package/gstreamer1/gst1-libav/Config.in

index b4b7aa7361d55ec456e90e41b5835686c89d6c42..8c3c834968b762aeb5208dd9c009704ea5fbce09 100644 (file)
@@ -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