toolchain/external: bump Linaro ARMeb to 2016.05 for i686 hosts
[buildroot-gz.git] / package / vlc / Config.in
blob166e7d256a8f4c7961a9d4432d169992b81bb8cd
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         select BR2_PACKAGE_LIBVORBIS if BR2_PACKAGE_OPUS
15         select BR2_PACKAGE_VLC_OPENCV_BACKEND if BR2_PACKAGE_OPENCV
16         select BR2_PACKAGE_VLC_OPENCV3_BACKEND if BR2_PACKAGE_OPENCV3
17         select BR2_PACKAGE_ZLIB if BR2_PACKAGE_TAGLIB
18         help
19           VLC is a free and open source cross-platform multimedia player
20           and framework that plays most multimedia files as well as DVD,
21           Audio CD, VCD, and various streaming protocols.
23           http://www.videolan.org/vlc/
25 config BR2_PACKAGE_VLC_OPENCV_BACKEND
26         bool
27         select BR2_PACKAGE_OPENCV_LIB_IMGPROC
28         select BR2_PACKAGE_OPENCV_LIB_OBJDETECT
30 config BR2_PACKAGE_VLC_OPENCV3_BACKEND
31         bool
32         select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
33         select BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
35 comment "vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7"
36         depends on BR2_USE_MMU
37         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_USE_WCHAR \
38                 || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7