2 comment "vlc is known not to work in all configurations"
3 comment "If you can fix it, please inform buildroot@buildroot.org"
8 depends on (BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC) # spawn.h
9 depends on BR2_INSTALL_LIBSTDCPP
10 depends on BR2_LARGEFILE
11 depends on BR2_USE_WCHAR
12 depends on BR2_TOOLCHAIN_HAS_THREADS
13 select BR2_PACKAGE_LIBVORBIS if BR2_PACKAGE_OPUS
15 VLC is a free and open source cross-platform multimedia player
16 and framework that plays most multimedia files as well as DVD,
17 Audio CD, VCD, and various streaming protocols.
19 http://www.videolan.org/vlc/
21 comment "vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads"
22 depends on !(BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC) || !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS