Files
mpv/ci/build-common.sh
2025-12-23 07:01:29 +01:00

14 lines
272 B
Bash

common_args="--werror \
-Dlibmpv=true \
-Dtests=true \
"
export CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3"
build_subrandr() {
git clone --depth=1 https://github.com/afishhh/subrandr.git
pushd subrandr
cargo xtask install --prefix "$@"
popd
}