mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libcdaudio: disable on nios2, binutils assertion failure
Fixes: http://autobuild.buildroot.org/results/539/5397c51bc6915a082e873dee2d298f433172ef4d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
da7f56d813
commit
53b5374c2f
@ -252,6 +252,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BZ2
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
|
||||||
bool "cdaudio"
|
bool "cdaudio"
|
||||||
|
depends on !BR2_nios2 # libcdaudio
|
||||||
select BR2_PACKAGE_LIBCDAUDIO
|
select BR2_PACKAGE_LIBCDAUDIO
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBCDAUDIO
|
config BR2_PACKAGE_LIBCDAUDIO
|
||||||
bool "libcdaudio"
|
bool "libcdaudio"
|
||||||
|
# binutils assertion failure
|
||||||
|
depends on !BR2_nios2
|
||||||
help
|
help
|
||||||
libcdaudio is a library designed to provide functions to
|
libcdaudio is a library designed to provide functions to
|
||||||
control operation of a CD-ROM when playing audio CDs. It
|
control operation of a CD-ROM when playing audio CDs. It
|
||||||
|
Loading…
x
Reference in New Issue
Block a user