python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / vlc / Config.in
blob78023fb5002a080c8640732258532d86939c2169
1 if BR2_PACKAGE_VLC
2 comment "vlc is known not to work in all configurations"
3 comment "If you can fix it, please inform buildroot@buildroot.org"
4 endif
6 config BR2_PACKAGE_VLC
7         bool "vlc"
8         depends on BR2_USE_MMU # fork()
9         depends on BR2_INSTALL_LIBSTDCPP
10         depends on !BR2_STATIC_LIBS
11         depends on BR2_USE_WCHAR
12         depends on BR2_TOOLCHAIN_HAS_THREADS
13         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
14         # ARC toolchain issue
15         depends on !BR2_arc
16         select BR2_PACKAGE_LIBVORBIS if BR2_PACKAGE_OPUS
17         select BR2_PACKAGE_VLC_OPENCV_BACKEND if BR2_PACKAGE_OPENCV
18         select BR2_PACKAGE_VLC_OPENCV3_BACKEND if BR2_PACKAGE_OPENCV3
19         select BR2_PACKAGE_ZLIB if BR2_PACKAGE_TAGLIB
20         help
21           VLC is a free and open source cross-platform multimedia player
22           and framework that plays most multimedia files as well as DVD,
23           Audio CD, VCD, and various streaming protocols.
25           http://www.videolan.org/vlc/
27 config BR2_PACKAGE_VLC_OPENCV_BACKEND
28         bool
29         select BR2_PACKAGE_OPENCV_LIB_IMGPROC
30         select BR2_PACKAGE_OPENCV_LIB_OBJDETECT
32 config BR2_PACKAGE_VLC_OPENCV3_BACKEND
33         bool
34         select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
35         select BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
37 comment "vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7"
38         depends on BR2_USE_MMU
39         depends on !BR2_arc
40         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_USE_WCHAR \
41                 || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7