diff options
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r-- | multimedia/vlc/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README index 1177672e27..d1ecfa9112 100644 --- a/multimedia/vlc/README +++ b/multimedia/vlc/README @@ -9,8 +9,16 @@ This build aims to support as many options as possible using the SlackBuilds listed in the REQUIRES field of the vlc.info file. No script changes are necessary to include particular options; if they are detected at build time, they will be included. Conversely if -optional packages are not available at build time, vlc will continue -to build with a reduced feature set. +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 Wayland is a special case. It is not supported by default but can be enabled setting the WAYLAND environment variable to "yes" |