summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ffmpeg/Config.in5
-rw-r--r--package/minidlna/Config.in5
-rw-r--r--package/mpd/Config.in1
-rw-r--r--package/opencv/Config.in1
-rw-r--r--package/opencv3/Config.in1
-rw-r--r--package/squeezelite/Config.in3
-rw-r--r--package/tovid/Config.in3
7 files changed, 9 insertions, 10 deletions
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index e5981fee55..a273aead2c 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -1,8 +1,7 @@
menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"
- # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+ # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
+ depends on !BR2_nios2
help
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.
diff --git a/package/minidlna/Config.in b/package/minidlna/Config.in
index 0eef7512a1..9799672d92 100644
--- a/package/minidlna/Config.in
+++ b/package/minidlna/Config.in
@@ -12,9 +12,7 @@ config BR2_PACKAGE_MINIDLNA
select BR2_PACKAGE_LIBJPEG
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
- # Triggers the _gp link issue in nios2
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+ depends on !nios2 # ffmpeg
help
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
fully compliant with DLNA/UPnP-AV clients.
@@ -23,4 +21,5 @@ config BR2_PACKAGE_MINIDLNA
comment "minidlna needs a toolchain w/ threads, wchar"
depends on BR2_USE_MMU
+ depends on !nios2
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 3bfeb3e9f5..0b3bb72494 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -77,6 +77,7 @@ config BR2_PACKAGE_MPD_FAAD2
config BR2_PACKAGE_MPD_FFMPEG
bool "ffmpeg"
select BR2_PACKAGE_FFMPEG
+ depends on !BR2_nios2 # ffmpeg
help
Enable ffmpeg input support.
Select this if you want to play back files supported by
diff --git a/package/opencv/Config.in b/package/opencv/Config.in
index aca5174079..a5fafc170e 100644
--- a/package/opencv/Config.in
+++ b/package/opencv/Config.in
@@ -132,6 +132,7 @@ config BR2_PACKAGE_OPENCV_WITH_FFMPEG
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE
+ depends on !BR2_nios2 # ffmpeg
help
Use ffmpeg from the target system.
diff --git a/package/opencv3/Config.in b/package/opencv3/Config.in
index 2f51580e16..873680515b 100644
--- a/package/opencv3/Config.in
+++ b/package/opencv3/Config.in
@@ -244,6 +244,7 @@ config BR2_PACKAGE_OPENCV3_WITH_FFMPEG
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE
+ depends on !BR2_nios2 # ffmpeg
help
Use ffmpeg from the target system.
diff --git a/package/squeezelite/Config.in b/package/squeezelite/Config.in
index be8f11a387..6befee17ad 100644
--- a/package/squeezelite/Config.in
+++ b/package/squeezelite/Config.in
@@ -21,8 +21,7 @@ config BR2_PACKAGE_SQUEEZELITE_FFMPEG
bool "Enable WMA and ALAC decoding"
default y
select BR2_PACKAGE_FFMPEG
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # ffmpeg
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # ffmpeg
+ depends on !BR2_nios2 # ffmpeg
config BR2_PACKAGE_SQUEEZELITE_DSD
bool "Enable DSD decoding"
diff --git a/package/tovid/Config.in b/package/tovid/Config.in
index ccf031e8a6..79eaec49c6 100644
--- a/package/tovid/Config.in
+++ b/package/tovid/Config.in
@@ -5,8 +5,7 @@ config BR2_PACKAGE_TOVID
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # ffmpeg
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # ffmpeg
+ depends on !nios2 # ffmpeg
depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
# The below dependencies are runtime dependencies only
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps_ng
OpenPOWER on IntegriCloud