aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc/README
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r--multimedia/vlc/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README
index d1ecfa9112d9e..5170d9ca0617e 100644
--- a/multimedia/vlc/README
+++ b/multimedia/vlc/README
@@ -12,13 +12,13 @@ are detected at build time, they will be included. Conversely if
optional packages are not available at build time, vlc will generally
continue to build with a reduced feature set.
-Support for OpenCV is temporarily disabled by default due to build error.
-However it is possible to include opencv support using the somewhat
-older opencv-legacy SlackBuild rather than opencv. It then needs to
-be explicitly enabled by setting the the OPENCV environment variable
-to "yes" e.g.
- OPENCV=yes sh vlc.SlackBuild
-This requires the opencv-legacy package to be installed at build time.
+Support for OpenCV is supported using either the "default" opencv
+package or the opencv-legacy package (version 3.1.0) from SBo. Either
+package will be detected and used if already installed. If opencv support
+is not wanted despite the presence of opencv or opencv-legacy, it can be
+explicitly disabled by setting the the OPENCV environment variable
+to "no" e.g.
+ OPENCV=no sh vlc.SlackBuild
Support for Wayland is a special case. It is not supported by default
but can be enabled setting the WAYLAND environment variable to "yes"