mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
libebml: needs wchar support
Fixes: http://autobuild.buildroot.org/results/83a/83af643e377f53feea044eb6fe1447f7ea502612/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5f893d0818
commit
b38205c79a
@ -1,11 +1,12 @@
|
|||||||
config BR2_PACKAGE_LIBEBML
|
config BR2_PACKAGE_LIBEBML
|
||||||
bool "libebml"
|
bool "libebml"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Access library for the EBML (Extensible Binary Meta
|
Access library for the EBML (Extensible Binary Meta
|
||||||
Language, a binary derivative of XML) format.
|
Language, a binary derivative of XML) format.
|
||||||
|
|
||||||
http://matroska.org
|
http://matroska.org
|
||||||
|
|
||||||
comment "libebml needs a toolchain w/ C++"
|
comment "libebml needs a toolchain w/ C++, wchar"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
@ -2,11 +2,12 @@ config BR2_PACKAGE_LIBMATROSKA
|
|||||||
bool "libmatroska"
|
bool "libmatroska"
|
||||||
select BR2_PACKAGE_LIBEBML
|
select BR2_PACKAGE_LIBEBML
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Extensible open standard audio/video container format access
|
Extensible open standard audio/video container format access
|
||||||
library.
|
library.
|
||||||
|
|
||||||
http://matroska.org
|
http://matroska.org
|
||||||
|
|
||||||
comment "libmatroska needs a toolchain w/ C++"
|
comment "libmatroska 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