mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
3471476f3f
This was forgotten.
14 lines
281 B
Bash
Executable File
14 lines
281 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
python3 ./waf configure \
|
|
--enable-cdda \
|
|
--enable-dvbin \
|
|
--enable-dvdnav \
|
|
--enable-libarchive \
|
|
--enable-libmpv-shared \
|
|
--enable-manpage-build \
|
|
--enable-shaderc \
|
|
--enable-vulkan
|
|
python3 ./waf build --verbose
|