mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
taglib: needs wchar
Fixes http://autobuild.buildroot.net/results/02a/02a6874aa21041ac9fef6fef51410c2ad92881c4/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ab39c1b47c
commit
03d516f517
@ -324,12 +324,13 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SPEEX
|
|||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TAGLIB
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TAGLIB
|
||||||
bool "taglib"
|
bool "taglib"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_TAGLIB
|
select BR2_PACKAGE_TAGLIB
|
||||||
help
|
help
|
||||||
Taglib tagging plugin library
|
Taglib tagging plugin library
|
||||||
|
|
||||||
comment "taglib needs a toolchain w/ C++"
|
comment "taglib needs a toolchain w/ C++, wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
||||||
bool "vpx (webm)"
|
bool "vpx (webm)"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
config BR2_PACKAGE_TAGLIB
|
config BR2_PACKAGE_TAGLIB
|
||||||
bool "taglib"
|
bool "taglib"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
TagLib is a library for reading and editing the meta-data of
|
TagLib is a library for reading and editing the meta-data of
|
||||||
several popular audio formats. Currently it supports both ID3v1
|
several popular audio formats. Currently it supports both ID3v1
|
||||||
@ -20,5 +21,5 @@ config BR2_PACKAGE_TAGLIB_ASF
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "taglib needs a toolchain w/ C++"
|
comment "taglib needs a toolchain w/ C++, wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user