diff options
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index 0b27aa6c7502..3ae161a662cb 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -31,7 +31,7 @@ BUILD_OPTS prior to or at build time. For example, to enable cdda and openal, which are disabled by default, and to build with four jobs in parallel, you could use the following: -~# BUILD_OPTS="--enable-cdda --enable-openal --jobs=4" sh mpv.SlackBuild +~# BUILD_OPTS="--enable-cdda --enable-openal --jobs 4" sh mpv.SlackBuild The following list is meant as a note to myself of build options or optional dependencies currently unavailable via full Slackware |