Prechádzať zdrojové kódy

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>
Bernd Kuhls 9 rokov pred
rodič
commit
3d91c076ca
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      package/gstreamer1/gst1-libav/Config.in

+ 1 - 0
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