aa3439e6a3
Before 2010.02, VLC didn't build, because it didn't pass the appropriate --disable- options according to the libraries available in Buildroot. Now, 2010.05 is going to be released, and no one bothered to fix VLC. Therefore, let's mark VLC as broken. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
config BR2_PACKAGE_VLC
|
|
bool "vlc"
|
|
# Improper ./configure options passed compared to the
|
|
# multimedia libraries available in Buildroot.
|
|
depends on BROKEN
|
|
help
|
|
a free cross-platform media player
|
|
|
|
http://download.videolan.org/pub/videolan/vlc/0.8.6e
|