summaryrefslogtreecommitdiffstats
path: root/ci/build-linux-old.sh
blob: d9cd9eef048e0afa2b959e04f7a03b06475c3b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
set -e

# clone exactly the oldest libplacebo we want to support
rm -rf subprojects
mkdir -p subprojects
git clone https://code.videolan.org/videolan/libplacebo.git \
    --recurse-submodules --shallow-submodules \
    --depth=1 --branch v6.338 subprojects/libplacebo \

meson setup build \
    -Dlibplacebo:vulkan=disabled \
    -Dlibmpv=true \
    -Dlua=enabled \
    -Dtests=true

meson compile -C build
./build/mpv -v --no-config