mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
flac: needs wchar
Fixes: http://autobuild.buildroot.net/results/873/873a1b3551c5fe04fa477fd682ff91fecdd41606/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
66e4168086
commit
1bf512e9ff
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_FLAC
|
config BR2_PACKAGE_FLAC
|
||||||
bool "flac"
|
bool "flac"
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
FLAC is an Open Source lossless audio codec.
|
FLAC is an Open Source lossless audio codec.
|
||||||
|
|
||||||
http://flac.sourceforge.net/
|
http://flac.sourceforge.net/
|
||||||
|
|
||||||
|
comment "flac needs a toolchain w/ wchar"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -183,8 +183,12 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CAIRO
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLAC
|
||||||
bool "flac (libFLAC)"
|
bool "flac (libFLAC)"
|
||||||
|
depends on BR2_USE_WCHAR # flac
|
||||||
select BR2_PACKAGE_FLAC
|
select BR2_PACKAGE_FLAC
|
||||||
|
|
||||||
|
comment "flac needs a toolchain w/ wchar"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
|
||||||
bool "gdkpixbuf"
|
bool "gdkpixbuf"
|
||||||
depends on BR2_USE_WCHAR # gdk-pixbuf -> libglib2
|
depends on BR2_USE_WCHAR # gdk-pixbuf -> libglib2
|
||||||
|
@ -281,10 +281,14 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLAC
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLAC
|
||||||
bool "flac (libFLAC)"
|
bool "flac (libFLAC)"
|
||||||
|
depends on BR2_USE_WCHAR # flac
|
||||||
select BR2_PACKAGE_FLAC
|
select BR2_PACKAGE_FLAC
|
||||||
help
|
help
|
||||||
The FLAC Lossless compressor Codec
|
The FLAC Lossless compressor Codec
|
||||||
|
|
||||||
|
comment "flac needs a toolchain w/ wchar"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
|
||||||
bool "gdkpixbuf"
|
bool "gdkpixbuf"
|
||||||
select BR2_PACKAGE_GDK_PIXBUF
|
select BR2_PACKAGE_GDK_PIXBUF
|
||||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_MINIDLNA
|
|||||||
bool "minidlna"
|
bool "minidlna"
|
||||||
depends on BR2_LARGEFILE # ffmpeg
|
depends on BR2_LARGEFILE # ffmpeg
|
||||||
depends on BR2_INET_IPV6 # ffmpeg
|
depends on BR2_INET_IPV6 # ffmpeg
|
||||||
|
depends on BR2_USE_WCHAR # flac
|
||||||
depends on BR2_USE_MMU # fork
|
depends on BR2_USE_MMU # fork
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_FFMPEG
|
select BR2_PACKAGE_FFMPEG
|
||||||
@ -20,6 +21,6 @@ config BR2_PACKAGE_MINIDLNA
|
|||||||
|
|
||||||
http://minidlna.sourceforge.net/
|
http://minidlna.sourceforge.net/
|
||||||
|
|
||||||
comment "minidlna needs a toolchain w/ largefile, IPv6, threads"
|
comment "minidlna needs a toolchain w/ largefile, IPv6, threads, wchar"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !(BR2_LARGEFILE && BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS)
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
menuconfig BR2_PACKAGE_MPD
|
menuconfig BR2_PACKAGE_MPD
|
||||||
bool "mpd"
|
bool "mpd"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2, flac
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
# avr32, sparc & CS powerpc gcc are too old
|
# avr32, sparc & CS powerpc gcc are too old
|
||||||
|
Loading…
x
Reference in New Issue
Block a user