summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/vlc/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/vlc/Config.in b/package/vlc/Config.in
index 2335894f10..9c9d0281e3 100644
--- a/package/vlc/Config.in
+++ b/package/vlc/Config.in
@@ -1,3 +1,8 @@
+if BR2_PACKAGE_VLC
+comment "vlc is known not to work in all configurations"
+comment "If you can fix it, please inform buildroot@buildroot.net"
+endif
+
config BR2_PACKAGE_VLC
bool "vlc"
depends on (BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC) # spawn.h
OpenPOWER on IntegriCloud