aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2019-03-13 07:56:00 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:35 +0700
commit122763b13ae387d8646cccc777b8f188584af027 (patch)
tree5f3f58b0314060ff96aa0fa44c33979cdca9e99c /multimedia/vlc/README
parentfb86d862d42318a74c117838726f20318c8cee8b (diff)
multimedia/vlc: Restored support for OpenCV
Signed-off-by: Christoph Willing <chris.willing@linux.com>
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"