pkg-autotools: move the libtool patching call out of the autoreconf hook
[buildroot-gz.git] / package / vlc / Config.in
blobcdb0d1642d2948c158cae966199b19acc244538d
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_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
14         help
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