42315a22720d0fe661491b455705d35f4a3a89a3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mp4v2 / Config.in
1 config BR2_PACKAGE_MP4V2
2         bool "mp4v2"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
5           The MP4v2 library provides functions to read, create, and
6           modify mp4 files.
7
8           https://code.google.com/p/mp4v2/
9
10 if BR2_PACKAGE_MP4V2
11
12 config BR2_PACKAGE_MP4V2_UTIL
13         bool "Install mp4 command line tools"
14         help
15           Enable to install the mp4 command line tools mp4art,
16           mp4chaps, mp4extract, mp4info, mp4subtitle, mp4tags, and
17           mp4trackdump.
18
19 endif
20
21 comment "mp4v2 needs a toolchain w/ C++"
22         depends on !BR2_INSTALL_LIBSTDCPP